Upgrade dependencies to be ready for release
* Revert `getMethodValue()` for `CookieTests` since it is removed in the SF SNAPSHOT
* Add `@Suppress("UNCHECKED_CAST")` to `FunctionsTests.kt` to suppress compilation warning
This commit is contained in:
@@ -213,6 +213,7 @@ class FunctionsTests {
|
||||
.isInstanceOf(Flow::class)
|
||||
|
||||
runBlocking {
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
val strings = (payload as Flow<String>).toList()
|
||||
assertThat(strings).containsExactly("Sync $testPayload #1", "Sync $testPayload #2", "Sync $testPayload #3")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user