Skip to content

Commit

Permalink
avoid false negative
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Jul 4, 2024
1 parent 93b541c commit 8db88ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_walletpass/tests/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_wallet_pass(self):
instance.save()

self.assertTrue(
"<img src='/static/admin/passbook_icon.svg'/></a>" in
"<img src='/static/admin/passbook_icon.svg'/>" in
admin_view.wallet_pass_(instance)
)

Expand Down

0 comments on commit 8db88ee

Please sign in to comment.