Created
October 20, 2018 15:56
-
-
Save hanneskaeufler/83e4048e8e47a64b4e2a42979b7e273b to your computer and use it in GitHub Desktop.
Crytic output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original suite: ✅ | |
Mutations covered by tests: | |
❌ BoolLiteralFlip (x1) | |
The following change didn't fail the test-suite: | |
@@ -1,3 +1,3 @@ | |
def valid? | |
- true | |
+ false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment