Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Oct 8, 2021
1 parent 1eaba6b commit c1a551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernels/test_ceq.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_eq():

# Test equality.
assert CEQ(1.0) == CEQ(1.0)
assert CEQ(1.0) == CEQ(2.0)
assert CEQ(1.0) != CEQ(2.0)
assert CEQ(1.0) != Linear()

# Standard tests:
Expand Down

0 comments on commit c1a551f

Please sign in to comment.