Skip to content

Commit 6d795bb

Browse files
committed
chore: copilot review
1 parent 468e3f4 commit 6d795bb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
1010

1111
- Datasets: Added `updateDatasetLicense` use case and repository method to support Dataverse endpoint `PUT /datasets/{id}/license`, for updating dataset license or custom terms.
1212
- Datasets: Added `getDatasetStorageDriver` use case and repository method to support Dataverse endpoint `GET /datasets/{identifier}/storageDriver`, for retrieving dataset storage driver configuration with properties: name, type, label, directUpload, directDownload, and uploadOutOfBand.
13-
- Datasets: Added `updateDatasetLicense` use case and repository method to support Dataverse endpoint `PUT /datasets/{id}/license`, for updating dataset license or custom terms
1413
- Datasets: Added `getDatasetUploadLimits` use case and repository method to support Dataverse endpoint `GET /datasets/{id}/uploadlimits`, for retrieving remaining storage upload quotas, if present.
1514
- New Use Case: [Get Collections For Linking Use Case](./docs/useCases.md#get-collections-for-linking).
1615
- New Use Case: [Create a Template](./docs/useCases.md#create-a-template) under Templates.

test/integration/datasets/DatasetsRepository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,7 @@ describe('DatasetsRepository', () => {
22602260
expect(uploadLimits).toEqual({})
22612261
})
22622262

2263-
test('should return upload limits for dataset (if DatasetStorageSize is set)', async () => {
2263+
test('should return upload limits for dataset (if DatasetStorageSize is set)', async () => {
22642264
await setDatasetStorageSizeViaApi(testDatasetIds.numericId, testCollectionStorageQuotaInBytes)
22652265
const uploadLimits = await sut.getDatasetUploadLimits(testDatasetIds.numericId)
22662266

0 commit comments

Comments
 (0)