Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[HOT-FIX] correct isort;
  • Loading branch information
opalczynski committed Sep 27, 2016
commit 473eb460d3745f96268f7b7145f1ef333dfaa9e3
2 changes: 1 addition & 1 deletion tests/integration_test_data_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setUpClass(cls):
schema=cls.schema
)
with open(cls.file_path, 'rb') as f:
cls.file_md5 = cls.get_file_md5(f.read())
cls.file_md5 = cls.get_file_md5(f)

def test_creating_file_object(self):
data_object = self._create_object_with_file()
Expand Down