Skip to content

Commit

Permalink
Account for the two additional DB select statements I added.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccacremona committed Jan 26, 2024
1 parent 142164f commit 6940e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main/test/test_drafts.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_merge_drafts(reset_sequences, full_casebook, assert_num_queries, legal_
resource_id=ld.id,
resource_type="LegalDocument",
).save()
with assert_num_queries(select=10, update=3, insert=4):
with assert_num_queries(select=12, update=3, insert=4):
new_casebook = draft.merge_draft()
assert new_casebook == full_casebook
expected = [
Expand Down

0 comments on commit 6940e62

Please sign in to comment.