Skip to content

Commit

Permalink
Update unittest for the normalize module
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Nov 29, 2023
1 parent 7d3cf3c commit d667ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_normalize_integers(self):
"""
ref = [1, 2, 3, 4]
with self.assertRaises(AttributeError):
with self.assertRaises(TypeError):
normalize(ref)


Expand Down

0 comments on commit d667ba7

Please sign in to comment.