Skip to content

Commit 14e7968

Browse files
committed
fix test description
1 parent b9d0422 commit 14e7968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/collections/UnlinkCollection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('execute', () => {
5151
expect(collectionItemSubset2.items.length).toBe(0)
5252
})
5353

54-
test('should throw an error when linking a non-existent collection', async () => {
54+
test('should throw an error when unlinking a non-existent collection', async () => {
5555
const invalidCollectionId = 99999
5656

5757
expect.assertions(2)

0 commit comments

Comments
 (0)