Skip to content

Commit

Permalink
Update osf_tests/metadata/test_osf_gathering.py
Browse files Browse the repository at this point in the history
Co-authored-by: Abram Booth <[email protected]>
  • Loading branch information
adlius and aaxelb authored Jan 31, 2024
1 parent 64cbda4 commit c538eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osf_tests/metadata/test_osf_gathering.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def setUpTestData(cls):
filename='blarg.txt',
sha256=cls.file_sha256,
)
cls.file_cedar_reford = factories.CedarMetadataRecordFactory(
cls.file_cedar_record = factories.CedarMetadataRecordFactory(
template=cls.cedar_template,
is_published=True,
guid=cls.file.get_guid()
Expand Down

0 comments on commit c538eee

Please sign in to comment.