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 1, 2023
1 parent 9b5256d commit 133fff7
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 133fff7

Please sign in to comment.