Skip to content

Commit

Permalink
changes based on feedback
Browse files Browse the repository at this point in the history
Signed-off-by: saravanan palanisamy <[email protected]>
  • Loading branch information
saravanan30erd committed Mar 9, 2021
1 parent ebe9889 commit 3976645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaoslib/hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def _(tolerance: dict, value: Any, configuration: Configuration = None, #noqa:
if "expect" in tolerance and result is False:
expect_one_of = tolerance.get("expect_one_of")
if expect_one_of is not None:
result = values == expect_one_of
result = values == expect_one_of

if result is False:
if "expect" in tolerance and "expect_one_of" in tolerance:
Expand Down

0 comments on commit 3976645

Please sign in to comment.