Skip to content

Commit

Permalink
Added a comment for the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Nov 29, 2023
1 parent 7650edd commit 9ad8d7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_benchmark_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def _generate_test_path(p):

def test_get_input_file_size():
size = _minimal_spec.get_input_file_size()
# Different operating systems use different file structures, which, as a result, leads to varying amounts of
# space being used for storing files.
if platform.system() == 'Windows':
assert size == 167
else:
Expand Down

0 comments on commit 9ad8d7a

Please sign in to comment.