Skip to content
Snippets Groups Projects
Commit a579a03f authored by ulif's avatar ulif
Browse files

Fix typo.

parent 293aff0e
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ class TestWordList(object):
w_list = WordList(str(in_file))
assert w_list.signed is False
def test_detec_signed_wordlists(self):
def test_detect_signed_wordlists(self):
# we can detect signed wordlist files.
in_path = os.path.join(
os.path.dirname(__file__), "sample_signed_wordlist.asc")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment