Skip to content

Commit 01a530a

Browse files
committed
fix failing test
1 parent 1ad57ad commit 01a530a

File tree

1 file changed

+1
-1
lines changed
  • firebase-dataconnect/connectors/src/androidTest/kotlin/com/google/firebase/dataconnect/connectors/demo

1 file changed

+1
-1
lines changed

firebase-dataconnect/connectors/src/androidTest/kotlin/com/google/firebase/dataconnect/connectors/demo/EnumIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class EnumIntegrationTest : DemoConnectorIntegrationTestBase() {
433433
N5ekmae3jn.entries.forEach { enumValue ->
434434
val tagValue = Arb.dataConnect.tag().next(rs)
435435
val key = connector.enumKeyInsert.execute(enumValue) { tag = tagValue }.data.key
436-
withClue(key) { key.enumValue shouldBe Known(enumValue) }
436+
withClue(key) { key.enumValue shouldBe enumValue }
437437
val queryResult = connector.enumKeyGetByKey.execute(key).data
438438
withClue(queryResult) { queryResult.item?.tag shouldBe tagValue }
439439
}

0 commit comments

Comments
 (0)