Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Dec 20, 2024
1 parent 46a082e commit 89d0489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/measures/GenerateConStrainReport/tests/test_measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_good_argument_values(self):
# Run measure
measure.run(runner, argument_map)
result = runner.result()
assert result.value().valueName() == "Failure"
assert result.value().valueName() == "Success"


if __name__ == "__main__":
Expand Down

0 comments on commit 89d0489

Please sign in to comment.