Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed May 3, 2024
1 parent b755c68 commit 24ee0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_wordlist():

wlc = WordList()
wlc.small = False
wlc.name = "test"
wlc.name = "tst.ok"
wlc.max_size = len(wlc.name) + 5
wlc.min_size = 4
wlc.setup()
Expand Down

0 comments on commit 24ee0bb

Please sign in to comment.