Skip to content

Commit 0fa226e

Browse files
committed
fix(tests): favorites view order
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent af3856f commit 0fa226e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/src/views/favorites.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('Favorites view definition', () => {
7575
expect(favoritesView?.name).toBe('Favorites')
7676
expect(favoritesView?.caption).toBeDefined()
7777
expect(favoritesView?.icon).toBe('<svg>SvgMock</svg>')
78-
expect(favoritesView?.order).toBe(5)
78+
expect(favoritesView?.order).toBe(15)
7979
expect(favoritesView?.columns).toStrictEqual([])
8080
expect(favoritesView?.getContents).toBeDefined()
8181
})

0 commit comments

Comments
 (0)