diff --git a/tests/test_diceware.py b/tests/test_diceware.py index 46b6d4584e74c5716103117476891af80bd0bca3..b983d4cc856d639490f1a7e345d7ed6a86e92ce2 100644 --- a/tests/test_diceware.py +++ b/tests/test_diceware.py @@ -214,7 +214,6 @@ class TestDicewareModule(object): out, err = capsys.readouterr() assert out == 'word1my-delimword1my-delimword1\n' - def test_main(self, capsys): # we can get a passphrase main([]) # call with default options in place