We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d0422 commit 14e7968Copy full SHA for 14e7968
test/functional/collections/UnlinkCollection.test.ts
@@ -51,7 +51,7 @@ describe('execute', () => {
51
expect(collectionItemSubset2.items.length).toBe(0)
52
})
53
54
- test('should throw an error when linking a non-existent collection', async () => {
+ test('should throw an error when unlinking a non-existent collection', async () => {
55
const invalidCollectionId = 99999
56
57
expect.assertions(2)
0 commit comments