From 9486d72bcdeaf39156137b24025911407d8a72f8 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Sep 2013 10:08:03 -0700 Subject: Fix unit test for that last commit --- attoconf/tests/test_core.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'attoconf/tests') diff --git a/attoconf/tests/test_core.py b/attoconf/tests/test_core.py index fbbe622..f394238 100644 --- a/attoconf/tests/test_core.py +++ b/attoconf/tests/test_core.py @@ -129,8 +129,8 @@ General: }) self.assertEqual(build.vars, { - 'FOO': ('B', 'command-line'), - 'BAR': (1, 'command-line'), - 'QUX': (None, 'default'), - 'VAR': ('value', 'environment'), + 'FOO': 'B', + 'BAR': 1, + 'QUX': None, + 'VAR': 'value', }) -- cgit v1.2.3-70-g09d2