Skip to content

Commit

Permalink
Merge pull request #346 from RockefellerArchiveCenter/issue-342
Browse files Browse the repository at this point in the history
move integration fixtures to new dir
  • Loading branch information
helrond authored Oct 29, 2024
2 parents 21c50c5 + 3145af8 commit e63ee8f
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion sip_assembly/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
bag_fixture_dir = join(settings.BASE_DIR, 'fixtures', 'bags')
csv_fixture_dir = join(settings.BASE_DIR, 'fixtures', 'csv_creation')
processing_config_fixture_dir = join(settings.BASE_DIR, 'fixtures', 'processing_configs')
integration_fixture_dir = join(settings.BASE_DIR, 'fixtures', 'integration')
integration_fixture_dir = join(settings.BASE_DIR, 'integration_fixtures')


class CsvCreatorTests(TestCase):
Expand Down

0 comments on commit e63ee8f

Please sign in to comment.