Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Makes types plural for test_close_package
  • Loading branch information
p-galligan committed Nov 14, 2024
1 parent f3b2493 commit 7bdd553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sip_assembly/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def test_processing_config(self):

def test_close_packages(self):
"""Ensure packages are closed as expected."""
for type in ['transfer', 'ingest']:
for type in ['transfers', 'ingests']:
removed = ArchivematicaClientMixin().remove_completed(type)
self.assertIsInstance(removed, tuple)
self.assertIn(type, removed[0])
Expand Down

0 comments on commit 7bdd553

Please sign in to comment.