Skip to content

Commit

Permalink
Fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 15, 2024
1 parent f3d08b2 commit 056af80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_get_from_empty_exclude_list():
"""
Create exclude list and ensure its empty via its method
"""
print("Test 1")
logger = create_logger(Constants.LOG_FILE)
exclude_list = ExcludeList(logger)
items = exclude_list.items()
Expand Down

0 comments on commit 056af80

Please sign in to comment.