Refactor the SimpleTestRunner and its test.
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-09-26 22:14:55 +03:00
parent 0683be643f
commit a1b85e3771
2 changed files with 3 additions and 3 deletions
@@ -40,7 +40,7 @@ class SimpleTestRunnerSpec extends Specification {
when: "The testCommand has been run"
def result = runner.run()
then: "The result is true"
then: "The result is false"
!result
}
}