Skip to content

Commit

Permalink
Merge pull request #15348 from mvdbeek/fix_populator_merge_forward
Browse files Browse the repository at this point in the history
Update purge dataset for new testcase-less testing
  • Loading branch information
jdavcs authored Jan 21, 2023
2 parents 1a350b5 + 6d27f6f commit f002972
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration/test_purge_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
from galaxy_test.driver import integration_util


class PurgeDatasetsIntegrationTestCase(integration_util.IntegrationTestCase):
class TestPurgeDatasetsIntegration(integration_util.IntegrationTestCase):

dataset_populator: DatasetPopulator

def setUp(self):
super().setUp()
self.dataset_populator = DatasetPopulator(self.galaxy_interactor)
Expand Down

0 comments on commit f002972

Please sign in to comment.