Skip to content

Commit 55dcbd5

Browse files
committed
fix: notficiation and changelog
1 parent 3b8e6ab commit 55dcbd5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
1313

1414
### Changed
1515

16+
- Add pagination query parameters to Dataset Version Summeries and File Version Summaries use cases
17+
1618
### Fixed
1719

1820
### Removed

test/integration/notifications/NotificationsRepository.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ describe('NotificationsRepository', () => {
5454
expect(publishedNotification).toHaveProperty('sentTimestamp')
5555

5656
expect(publishedNotification?.subjectText).toContain(
57-
'Dataset created using the createDataset use case'
57+
`Dataset "${TestConstants.TEST_NEW_DATASET_DTO.metadataBlockValues[0].fields.title}" has been published`
5858
)
5959
expect(publishedNotification?.messageText).toContain(
60-
'Your dataset named Dataset created using the createDataset use case'
60+
`Your dataset named "${TestConstants.TEST_NEW_DATASET_DTO.metadataBlockValues[0].fields.title}"`
6161
)
6262
})
6363

0 commit comments

Comments
 (0)