Skip to content

Commit 17a7f65

Browse files
committed
Switch out example file
1 parent 40a16cc commit 17a7f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_rdm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_datacite_rdm_create_edit(full_datacite43_record):
4848
full_datacite43_record,
4949
schema="43",
5050
production=False,
51-
files=["codemeta.json"],
51+
files=["helpers.py"],
5252
publish=True,
5353
token=env_token,
5454
)
@@ -78,7 +78,7 @@ def test_datacite_rdm_create_edit(full_datacite43_record):
7878
new_doi = caltechdata_edit(
7979
recid,
8080
full_datacite43_record,
81-
files=["codemeta.json"],
81+
files=["helpers.py"],
8282
schema="43",
8383
production=False,
8484
publish=True,

0 commit comments

Comments
 (0)