Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 7, 2023
1 parent 7c60edb commit 60b48e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_storage_provider_cls(self) -> Type[StorageProviderBase]:

def get_storage_provider_settings(self) -> Optional[StorageProviderSettingsBase]:
# instantiate StorageProviderSettings of this plugin as appropriate
return StorageProviderSettings(project="snakemake-test-project")
return StorageProviderSettings(project="test")

def get_example_args(self) -> List[str]:
return []

0 comments on commit 60b48e3

Please sign in to comment.