Skip to content

Commit

Permalink
integer test case
Browse files Browse the repository at this point in the history
  • Loading branch information
micah-prime committed Aug 15, 2024
1 parent f1dd9ae commit 477a0ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_string_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_strip_encapsulated(s, encaps, expected):
# Expected nones
('NaN', None),
('NONE', None),
(-9999, None), # integer case
('-9999', None),
('-9999.0', None),
(-9999.0, None),
Expand Down

0 comments on commit 477a0ea

Please sign in to comment.