Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Aug 28, 2024
1 parent 7796e40 commit 117c7f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_application_is_not_archived(
):

# GIVEN an order with a new sample with an archived application
valid_order.enumerated_new_samples[0][1].application = archived_application.tag
valid_order.samples[0].application = archived_application.tag
base_store.session.add(archived_application)
base_store.commit_to_store()

Expand Down

0 comments on commit 117c7f6

Please sign in to comment.