Skip to content

Commit 56c70ce

Browse files
committed
fix: one permission didn't change
1 parent 87c3919 commit 56c70ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/component/sections/dataset/dataset-files/files-table/file-actions/download-files/DownloadFilesButton.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ describe('DownloadFilesButton', () => {
495495
]
496496
const datasetWithGuestbook = DatasetMother.create({
497497
id: 999,
498-
permissions: DatasetPermissionsMother.createWithFilesDownloadAllowed(),
498+
permissions: DatasetPermissionsMother.createWithFilesDownloadAllowedButNotUpdatePermissions(),
499499
hasOneTabularFileAtLeast: true,
500500
guestbookId: 10
501501
})

0 commit comments

Comments
 (0)