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 7b2d201 commit 4dd963f
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 @@ -643,7 +643,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 4dd963f

Please sign in to comment.