Closed dimitrovmaksim closed 2 years ago
Issues: closes https://github.com/LimeChain/matchstick/issues/263
What this PR does:
Currently if shouldFail is true, but the test does not actually fail, it is still marked as passed. This PR fixes that, now passing test, that have shouldFail set as true will be marked as failed.
true
Issues: closes https://github.com/LimeChain/matchstick/issues/263
What this PR does:
Currently if shouldFail is
true
, but the test does not actually fail, it is still marked as passed. This PR fixes that, now passing test, that have shouldFail set as true will be marked as failed.