Skip to content

Commit 4dd963f

Browse files
committed
Fix test
1 parent 7b2d201 commit 4dd963f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_runner/src/test/kotlin/ftl/args/AndroidArgsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ AndroidArgs
643643
assertThat(androidArgs.numUniformShards).isEqualTo(expected)
644644
}
645645

646-
@Test(expected = IllegalArgumentException::class)
646+
@Test(expected = FlankFatalError::class)
647647
fun `should throw if numUniformShards is specified along with maxTestShards`() {
648648
val yaml = """
649649
gcloud:

0 commit comments

Comments
 (0)