Skip to content

Commit

Permalink
Fix to test_get_file_size
Browse files Browse the repository at this point in the history
  • Loading branch information
carlvitzthum committed Sep 3, 2019
1 parent 87c3113 commit eeb004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_s3_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_read_s3(integrated_s3_info):

def test_get_file_size(integrated_s3_info):
size = integrated_s3_info['s3Obj'].get_file_size(integrated_s3_info['filename'])
assert size == 12
assert size == 11


def test_get_file_size_in_bg(integrated_s3_info):
Expand Down

0 comments on commit eeb004f

Please sign in to comment.