Skip to content

Commit a54d04a

Browse files
committed
fix: use :root in collectionHelper.ts
1 parent d14dc1c commit a54d04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testHelpers/collections/collectionHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function createCollectionViaApi(
6666
): Promise<CollectionPayload> {
6767
try {
6868
if (parentCollectionAlias == undefined) {
69-
parentCollectionAlias = 'root'
69+
parentCollectionAlias = ':root'
7070
}
7171

7272
return await axios

0 commit comments

Comments
 (0)