We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71433cd commit 690f570Copy full SHA for 690f570
tests/expressions/test_expressions.py
@@ -923,7 +923,6 @@ def test_not_in() -> None:
923
assert not_in == pickle.loads(pickle.dumps(not_in))
924
925
926
-
927
def test_bound_equal_to(term: BoundReference) -> None:
928
bound_equal_to = BoundEqualTo(term, literal("a"))
929
assert str(bound_equal_to) == f"BoundEqualTo(term={str(term)}, literal=literal('a'))"
0 commit comments