Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Apr 13, 2020
1 parent 26cbb35 commit 375a9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/src/test/kotlin/ftl/args/AndroidArgsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ AndroidArgs
assertThat(androidArgs.numUniformShards).isEqualTo(expected)
}

@Test(expected = IllegalArgumentException::class)
@Test(expected = FlankFatalError::class)
fun `should throw if numUniformShards is specified along with maxTestShards`() {
val yaml = """
gcloud:
Expand Down

0 comments on commit 375a9f1

Please sign in to comment.