Skip to content

Commit

Permalink
fix: [EDXOLDMNG-200] fix tests after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedielnitsevIvan committed Dec 5, 2022
1 parent 1c891b5 commit 37f66b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/apps/api/v2/tests/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,4 @@ def test_parse_signatories_in_files(self):
{"image": png_image, "name": "signatory 1", "organization": "edX", "title": "title"},
{"image": png_image, "name": "signatory 2", "organization": "edX", "title": "title"},
]
self.assertEqual(actual, expected)
self.assertEqual(list(actual), expected)

0 comments on commit 37f66b6

Please sign in to comment.