Skip to content

Commit

Permalink
feat(tests): add Windows OS
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Dec 7, 2023
1 parent f5cacdd commit 3ad9f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_TotalSize.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ def test_totalsize_str(self):
self.assertEqual(size, 41+len(msg))
elif system() == 'Darwin':
self.assertEqual(size, 49+len(msg))
elif system() == 'Windows':
self.assertEqual(size, 49+len(msg))
else:
self.fail('OS not supported')

0 comments on commit 3ad9f9b

Please sign in to comment.