Skip to content

Commit

Permalink
Update test/test_loader.py
Browse files Browse the repository at this point in the history
Co-authored-by: dgw <dgw@technobabbl.es>
  • Loading branch information
Exirel and dgw authored Sep 14, 2020
1 parent 05031ec commit af5b532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_clean_module(testplugin, tmpconfig):
assert test_mod.ignored_obj not in jobs
assert test_mod.ignored_obj not in shutdowns
assert test_mod.ignored_obj not in urls
# trickster function is ignored: it's still not a propre plugin callable
# trickster function is ignored: it's still not a proper plugin callable
assert not loader.is_triggerable(test_mod.ignored_trickster)
assert test_mod.ignored_trickster not in callables
assert test_mod.ignored_trickster not in jobs
Expand Down

0 comments on commit af5b532

Please sign in to comment.