Skip to content

Commit

Permalink
Fix patron test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Dec 2, 2024
1 parent c10054c commit 14b4315
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/manager/sqlalchemy/model/test_patron.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,6 @@ def test_library(self, db: DatabaseTransactionFixture):
loan, is_new = pool.loan_to(patron)
assert db.default_library() == loan.library

loan.patron = None
assert None == loan.library

patron.library = db.library()
loan.patron = patron
assert patron.library == loan.library
Expand Down

0 comments on commit 14b4315

Please sign in to comment.