Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
malwarefrank committed Sep 6, 2023
1 parent 2dfeeae commit 7fb3ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def test_tables():
assert table.row_size == ref_table.get("RowSize", None)
assert table.file_offset == ref_table.get("file_offset")


def test_module():
path = fixtures.get_data_path_by_name("hello-world.exe")

Expand Down

0 comments on commit 7fb3ea3

Please sign in to comment.