Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 23, 2024
1 parent f1f9f08 commit 0431138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manager/sqlalchemy/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_get_one_or_create(
assert not is_new
assert isinstance(credential_existing, Credential)
assert credential_existing == credential
assert "INTEGRITY ERRROR" in caplog.text
assert "INTEGRITY ERROR" in caplog.text


class TestNumericRangeConversion:
Expand Down

0 comments on commit 0431138

Please sign in to comment.