From 0fa226ee7cd3df92dbbe23fde7b73eddbf73bbcd Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Thu, 15 Feb 2024 08:41:42 +0100 Subject: fix(tests): favorites view order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/files/src/views/favorites.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/src') diff --git a/apps/files/src/views/favorites.spec.ts b/apps/files/src/views/favorites.spec.ts index 9497a7be1f9..dbf987991cb 100644 --- a/apps/files/src/views/favorites.spec.ts +++ b/apps/files/src/views/favorites.spec.ts @@ -75,7 +75,7 @@ describe('Favorites view definition', () => { expect(favoritesView?.name).toBe('Favorites') expect(favoritesView?.caption).toBeDefined() expect(favoritesView?.icon).toBe('SvgMock') - expect(favoritesView?.order).toBe(5) + expect(favoritesView?.order).toBe(15) expect(favoritesView?.columns).toStrictEqual([]) expect(favoritesView?.getContents).toBeDefined() }) -- cgit v1.2.3