Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 1, 2023
1 parent 98465e2 commit 3cb4719
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/colony/test/libs/object_util.py
Expand Up @@ -56,6 +56,7 @@ def test_object_attribute_names(self):
c = set()
)
)
result.sort()
self.assertEqual(result, ["a", "b"])

result = colony.object_attribute_names(
Expand All @@ -65,4 +66,5 @@ def test_object_attribute_names(self):
c = colony.Decimal(2.0)
)
)
result.sort()
self.assertEqual(result, ["a", "b", "c"])

0 comments on commit 3cb4719

Please sign in to comment.