From 6a2b26c6a07a24877d777b5c50e20f1286c35fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 8 Apr 2024 15:32:38 +0200 Subject: [PATCH] FIX typo --- tests/test_null.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_null.py b/tests/test_null.py index 3574dc3..597ca23 100644 --- a/tests/test_null.py +++ b/tests/test_null.py @@ -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):