Skip to content

Commit 2a22cd2

Browse files
committed
Move the numScoreSet to keys to be set part.
1 parent 8637a18 commit 2a22cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@
377377
"creationDate": date.today().isoformat(),
378378
"modificationDate": date.today().isoformat(),
379379
"scoreSetUrns": [],
380-
"numScoreSets": 0, # NOTE: This is context-dependent and may need overriding per test
381380
"contributors": [],
382381
"keywords": [],
383382
"doiIdentifiers": [],
@@ -388,6 +387,7 @@
388387
"urn": None,
389388
"experimentSetUrn": None,
390389
"officialCollections": [],
390+
"numScoreSets": 0,
391391
}
392392

393393
TEST_EXPERIMENT_WITH_KEYWORD_RESPONSE = {

0 commit comments

Comments
 (0)