Skip to content

Commit

Permalink
Merge branch 'Aggify:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadkhalaj authored Nov 5, 2023
2 parents 1347c52 + 82cd6c2 commit 654b2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def test_complex_expression(self):
def test_invalid_operator(self):
with pytest.raises(InvalidOperator):
cond = Cond(25, "invalid_operator", 20, "High", "Low")
dict(cond)
assert dict(cond)

0 comments on commit 654b2c7

Please sign in to comment.