Skip to content

Commit

Permalink
Fix unit tests (detect issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Sep 1, 2020
1 parent 4421820 commit b3eb97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_runner/src/test/kotlin/ftl/args/AndroidArgsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ AndroidArgs
flank:
max-test-shards: -1
""".trimIndent()
val args = AndroidArgs.load(yaml).validate()
AndroidArgs.load(yaml).validate()
}

@Test(expected = FlankGeneralError::class)
Expand All @@ -1766,7 +1766,7 @@ AndroidArgs
flank:
max-test-shards: -1
""".trimIndent()
val args = AndroidArgs.load(yaml).validate()
AndroidArgs.load(yaml).validate()
}
}

Expand Down

0 comments on commit b3eb97f

Please sign in to comment.