tests: delete settings for conda

This commit is contained in:
Moritz E. Beber 2022-05-11 17:44:49 +02:00
parent b2dbaa9930
commit 888620063b

View file

@ -37,5 +37,8 @@ workflow test_sratoolsncbisettings_with_bad_existing {
}
workflow test_sratoolsncbisettings_with_nonexisting {
def settings = file(params.settings_file)
settings.delete()
CUSTOM_SRATOOLSNCBISETTINGS()
}