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

Fix typo.

parent cc8a4828
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class TestConfigModule(object):
assert conf_dict["num"] == 3
def test_get_config_dict_bool(self, home_dir):
# booleabn values are interpolated correctly
# boolean values are interpolated correctly
config_file = home_dir / ".diceware.ini"
config_file.write("\n".join(["[diceware]", "caps = Off", ""]))
conf_dict = get_config_dict()
......
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