Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 15, 2024
1 parent 389a353 commit 5bf6458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
from plugins.pdr_deterministic_plugin.ufm_sim_web_service.exclude_list import ExcludeList
from plugins.pdr_deterministic_plugin.ufm_sim_web_service.isolation_algo import create_logger

def test_get_from_empty_list():
def test_get_from_empty_exclude_list():
"""
Create exclude list and ensure its empty via its method
"""

logger = create_logger(Constants.LOG_FILE)
exclude_list = ExcludeList(logger)
items = exclude_list.items()
Expand Down

0 comments on commit 5bf6458

Please sign in to comment.