Skip to content

Commit af7f6c8

Browse files
committed
✨ React Video is in
1 parent 50ac477 commit af7f6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/navigationFolders.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test('Test Nav fetching Node: Shop', async () => {
1010

1111
expect(response.tree.path).toBe('/shop');
1212
expect(response.tree.children[0].path).toBe('/shop/decoration');
13-
expect(response.tree.children[0].children[0].path).toBe('/shop/decoration/shelves-in-wood');
13+
expect(response.tree.children[0].children[0].path).toBe('/shop/decoration/shelves-in-wood-hey');
1414

1515
expect(response.tree.children[1].path).toBe('/shop/bathroom-fitting');
1616
expect(response.tree.children[1].children[2].path).toBe('/shop/bathroom-fitting/mounted-bathroom-vanity-in-gray');

0 commit comments

Comments
 (0)