From 818e59123145cfd05d94a4cdc131c78d9fa8a56f Mon Sep 17 00:00:00 2001 From: Pawel Pasterz Date: Fri, 31 Jul 2020 16:10:10 +0200 Subject: [PATCH] Change test name to be more descriptive --- test_runner/src/test/kotlin/ftl/json/SavedMatrixTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/src/test/kotlin/ftl/json/SavedMatrixTest.kt b/test_runner/src/test/kotlin/ftl/json/SavedMatrixTest.kt index 2e07eac25a..f238c16340 100644 --- a/test_runner/src/test/kotlin/ftl/json/SavedMatrixTest.kt +++ b/test_runner/src/test/kotlin/ftl/json/SavedMatrixTest.kt @@ -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