Skip to content

Commit

Permalink
Fix return value in mip_dna_order_with_only_existing_samples function…
Browse files Browse the repository at this point in the history
… to return correct variable
  • Loading branch information
eliottBo committed Jan 23, 2025
1 parent 93b5448 commit 9770d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture_plugins/orders_fixtures/order_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def mip_dna_order_with_only_existing_samples(mip_dna_order_to_submit: dict) -> M
mip_dna_order_with_only_existing_samples = MipDnaOrder.model_validate(mip_dna_order_to_submit)
for case in mip_dna_order_with_only_existing_samples.cases:
case.samples = [ExistingSample(internal_id="ACC1234")]
return mip_dna_order_with_existing_samples
return mip_dna_order_with_only_existing_samples

0 comments on commit 9770d13

Please sign in to comment.