Skip to content

Commit

Permalink
fix: use :root in collectionHelper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Oct 30, 2024
1 parent d14dc1c commit a54d04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testHelpers/collections/collectionHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export async function createCollectionViaApi(
): Promise<CollectionPayload> {
try {
if (parentCollectionAlias == undefined) {
parentCollectionAlias = 'root'
parentCollectionAlias = ':root'
}

return await axios
Expand Down

0 comments on commit a54d04a

Please sign in to comment.