summaryrefslogtreecommitdiffstats
path: root/test/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_config.py')
-rw-r--r--test/test_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_config.py b/test/test_config.py
index 1d49d77..be58456 100644
--- a/test/test_config.py
+++ b/test/test_config.py
@@ -168,6 +168,7 @@ class TestConfig(unittest.TestCase):
options = (
(("b",) , "c", [1, 2, 3]),
(("e", "f"), "g", 234),
+ (("e", "f"), "g", 234),
)
self.assertEqual(config.get(("b",) , "c"), "text")