Skip to content

Commit

Permalink
Merge pull request #352 from RockefellerArchiveCenter/integration-tes…
Browse files Browse the repository at this point in the history
…t-tweaks

update tests
  • Loading branch information
p-galligan authored Nov 14, 2024
2 parents f3b2493 + 7bdd553 commit a7b2c40
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 a7b2c40

Please sign in to comment.