Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed May 27, 2020
1 parent fe69693 commit fa520f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class AndroidArgsFileTest {
@Test
fun `should distribute equally to shards`() {
val config = configWithTestMethods(155, maxTestShards = 40)
val testShardChunks = getAndroidShardChunks(config, config.testApk!!)
val testShardChunks = getAndroidShardChunks(config)
with(config) {
assert(maxTestShards, 40)
assert(testShardChunks.size, 40)
Expand Down

0 comments on commit fa520f8

Please sign in to comment.