Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Jun 17, 2024
1 parent f075626 commit 3fe32fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,6 @@ def test_dir_size(self):
self.assertEqual(util.dir_size(dir1), expected)
self.assertEqual(util.dir_size(dir1, True), expected + file1.stat().st_size)


if __name__ == '__main__':
unittest.main(exit=False)

0 comments on commit 3fe32fc

Please sign in to comment.