Skip to content

Commit 915ecf5

Browse files
authored
fix(tests): favorites view order
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent 3c9e1fc commit 915ecf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)