Skip to content

Commit 8c22c5b

Browse files
committed
fix: notficiation test result
1 parent 55dcbd5 commit 8c22c5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/notifications/NotificationsRepository.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ describe('NotificationsRepository', () => {
5656
expect(publishedNotification?.subjectText).toContain(
5757
`Dataset "${TestConstants.TEST_NEW_DATASET_DTO.metadataBlockValues[0].fields.title}" has been published`
5858
)
59+
5960
expect(publishedNotification?.messageText).toContain(
60-
`Your dataset named "${TestConstants.TEST_NEW_DATASET_DTO.metadataBlockValues[0].fields.title}"`
61+
`Your dataset named ${TestConstants.TEST_NEW_DATASET_DTO.metadataBlockValues[0].fields.title}`
6162
)
6263
})
6364

0 commit comments

Comments
 (0)