Skip to content

Commit

Permalink
STY #1206
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 31, 2024
1 parent d4bdea2 commit 51821c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ophyd/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ def test_set_signal_to_None():
)
def test_compare_maybe_enum(a, b, enums, atol, rtol, expected):
result = epics_utils._compare_maybe_enum(a, b, enums, atol, rtol)
assert result == expected
assert result == expected

0 comments on commit 51821c0

Please sign in to comment.