Skip to content

Commit

Permalink
refactor: [ACI-932, ACI-933] remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii committed Apr 17, 2024
1 parent 8482bf4 commit 69e4a38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions credentials/apps/badges/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,4 @@ def test_as_badge_data(self):
),
)
actual_badge_data = self.badge.as_badge_data()
print(expected_badge_data)
print(actual_badge_data)
self.assertEqual(actual_badge_data, expected_badge_data)

0 comments on commit 69e4a38

Please sign in to comment.