Skip to content

Commit

Permalink
remove unused store
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed Nov 21, 2024
1 parent a9ad9ed commit fb3a93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DeliveryScenario(BaseModel):
],
ids=["microbial-fastq", "SARS-COV2", "Targeted"],
)
def test_build_delivery_service(scenario: DeliveryScenario, store: Store):
def test_build_delivery_service(scenario: DeliveryScenario):
# GIVEN a delivery service builder with mocked store and hk_api
builder = DeliveryServiceFactory(
store=MagicMock(),
Expand Down

0 comments on commit fb3a93c

Please sign in to comment.