diff --git a/tests/config.py/test_config.py b/tests/config.py/test_config.py index 4e484a2f..0d10a3c2 100644 --- a/tests/config.py/test_config.py +++ b/tests/config.py/test_config.py @@ -137,6 +137,7 @@ class TestNewConfig: assert res == '1337' config.delete(name) + config.save() class TestOldNewConfig: