Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Apr 8, 2024
1 parent 527aa0b commit 6a2b26c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_null.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def setUp(self) -> None:

def test_null_fail(self):
context = {"a": None}

self.assertRaises(TypeError, self.jexl.evaluate, 'a*10', context)

def test_nullsafe_number(self):
Expand Down

0 comments on commit 6a2b26c

Please sign in to comment.