Skip to content

Commit

Permalink
fix: enable can download files in dataset realistic mock
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Oct 31, 2023
1 parent 2fe5ea9 commit 9675c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/component/dataset/domain/models/DatasetMother.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export class DatasetMother {
}
] as DatasetMetadataBlocks,
permissions: {
canDownloadFiles: false,
canDownloadFiles: true,
canUpdateDataset: false,
canPublishDataset: false,
canManageDatasetPermissions: false,
Expand Down

0 comments on commit 9675c50

Please sign in to comment.