Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Feb 10, 2023
1 parent e13f7a5 commit 59c5007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_init_dsk(self):
def test_error_handling_dsk(self):
test_file = os.path.join(TEST_DATA_DIR, 'invalid_file')
test_obj = DskOne(test_file)
assert len(test_obj.errors) > 0, 'errors should be present'
assert len(test_obj.errors) > 0, 'errors should be present'

test_obj.header = b'inv'
test_obj.HEADERSIZE = 0
Expand Down

0 comments on commit 59c5007

Please sign in to comment.