Skip to content

Commit

Permalink
Fixing test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-kevin committed May 12, 2021
1 parent ccb27a2 commit 2a893ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def teardown_class(cls):

@staticmethod
def test_init(antivirus_class_instance):
assert antivirus_class_instance.hosts is None
assert antivirus_class_instance.hosts == []
assert antivirus_class_instance.retry_period == 0

@staticmethod
Expand Down

0 comments on commit 2a893ec

Please sign in to comment.