Skip to content

Commit

Permalink
Change test name to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Jul 31, 2020
1 parent 61c2dbf commit 818e591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/src/test/kotlin/ftl/json/SavedMatrixTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class SavedMatrixTest {
}

@Test
fun `savedMatrix should have failed outcome when at least one test is failed and the last one is flaky`() {
fun `savedMatrix should have failed outcome when at least one test is failed`() {
val expectedOutcome = "failure"
val successStepExecution = createStepExecution(1) // success
val failedStepExecution = createStepExecution(-1) // failure
Expand Down

0 comments on commit 818e591

Please sign in to comment.