aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_console.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_console.py b/test/test_console.py
index ffcb31f7..037d86d2 100644
--- a/test/test_console.py
+++ b/test/test_console.py
@@ -81,6 +81,8 @@ class uformat_keyvals(libpry.AutoTree):
("aa", "bb"),
None,
("cc", "dd"),
+ (None, "dd"),
+ (None, "dd"),
]
)
@@ -162,7 +164,6 @@ class uOptions(libpry.AutoTree):
-
tests = [
uformat_keyvals(),
uformat_flow(),