Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-echeverria committed Nov 15, 2023
1 parent 36182da commit 7cbc526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/test_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ def test_call_condition():
result = condition(Real(ev, 0.0))
assert str(result) == "Failure"

result = condition(Real(ev, 1.0))
result = condition(Real(ev, 11.0))
assert str(result) == "Failure"

0 comments on commit 7cbc526

Please sign in to comment.