Update test to correct iteration

This commit is contained in:
rallytime 2016-06-02 14:32:21 -04:00
parent a580d1c6e0
commit 59bd51f4c8

View file

@ -35,8 +35,9 @@ class StateCompilerTestCase(TestCase):
# function doesn't return anything. However, we do want
# to make sure that the function doesn't stacktrace when
# called.
ret = {'changes': {'Français': {'old': 'something old',
'new': 'something new'}}}
ret = {'changes': {u'Français': {'old': 'something old',
'new': 'something new'}},
'result': True}
state.format_log(ret)