Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Forsberg committed Feb 17, 2017
1 parent 37fdacb commit 86a2187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_get_dynamic_attribute(self):
"type": "int", "mode": "attr"})
result = excel.get_dynamic(row)
self.assertDictEqual(
result, {"DynamicAttributes": ["TestAttribute=int(a + b)"]})
result.to_dict(), {"DynamicAttributes": ["TestAttribute=int(a + b)"]})

def test_get_dynamic_command(self):
row = CaselessDict({"name": "TestCommand", "formula": "1 + 2",
Expand Down

0 comments on commit 86a2187

Please sign in to comment.