Skip to content

Commit

Permalink
Update test_runner/src/test/kotlin/ftl/ios/xctest/common/UtilKtTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Nov 18, 2020
1 parent d511bb0 commit 17be78e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class UtilKtTest {
val result = parseToNSDictionary(swiftXcTestRunV1)
assertThat(arrayOf("EarlGreyExampleSwiftTests", "__xctestrun_metadata__")).isEqualTo(result.allKeys())
val dict = result["EarlGreyExampleSwiftTests"] as NSDictionary
assertThat(dict.count()).isEqualTo(20)
assertThat(dict.containsKey("OnlyTestIdentifiers")).isFalse()
}

Expand Down

0 comments on commit 17be78e

Please sign in to comment.