Skip to content

Commit

Permalink
Update DumpShardsIT (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored Apr 9, 2021
1 parent 3a21357 commit cc63b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class DumpShardsIT {

assertThat(shards.count()).isEqualTo(2)

shards.first().let { firstShard ->
shards.first().values.flatten().let { firstShard ->
assertThat(firstShard.count()).isEqualTo(8)
assertThat(firstShard)
.contains("EarlGreyExampleSwiftTests/testWithCustomFailureHandler")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ data class AndroidTestShards(
val junitIgnored: List<String> = emptyList()
)

typealias IosMatrixTestShards = List<List<String>>
typealias IosMatrixTestShards = List<Map<String, List<String>>>

0 comments on commit cc63b0f

Please sign in to comment.