From d667ba75441dfd81cf2bf7aa403bee6382eb6780 Mon Sep 17 00:00:00 2001 From: Ross Armstrong <52817125+rossarmstrong@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:01:56 +1100 Subject: [PATCH] Update unittest for the normalize module --- tests/test_normalize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_normalize.py b/tests/test_normalize.py index 6efc5d1..4d6cc64 100644 --- a/tests/test_normalize.py +++ b/tests/test_normalize.py @@ -141,7 +141,7 @@ def test_normalize_integers(self): """ ref = [1, 2, 3, 4] - with self.assertRaises(AttributeError): + with self.assertRaises(TypeError): normalize(ref)