Skip to content

Commit

Permalink
Typo in test fail sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
ronweikamp committed Feb 4, 2025
1 parent 18f40e6 commit 79cd731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/epc_schemes/test_base_scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test(self: unittest.TestCase):
self.assertEqual(s.epc_uri, epc_uri)
except ConvertException:
self.fail(
f"{scheme} from hex unexpectedly raised ConvertException for URI {epc_uri}"
f"{scheme} from base64 unexpectedly raised ConvertException for URI {epc_uri}"
)

return test
Expand Down

0 comments on commit 79cd731

Please sign in to comment.