Skip to content

Commit

Permalink
fix: Confidentiality Declaration value for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Jan 31, 2025
1 parent 4607173 commit 8d38663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testHelpers/datasets/datasetHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const createDatasetVersionPayload = (
sizeOfCollection: 'Size of collection',
studyCompletion: 'Study completion',
termsOfUse: 'Terms of use',
confidentialityDeclaration: 'Confidential declaration',
confidentialityDeclaration: 'Confidentiality declaration',
specialPermissions: 'Special permissions',
restrictions: 'Restrictions',
citationRequirements: 'Citation requirements',
Expand Down

0 comments on commit 8d38663

Please sign in to comment.