about summary refs log tree commit diff
path: root/__tests__/view/lib/useOnMainScroll.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to '__tests__/view/lib/useOnMainScroll.test.tsx')
-rw-r--r--__tests__/view/lib/useOnMainScroll.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/__tests__/view/lib/useOnMainScroll.test.tsx b/__tests__/view/lib/useOnMainScroll.test.tsx
index 9a31e79e8..6fae03787 100644
--- a/__tests__/view/lib/useOnMainScroll.test.tsx
+++ b/__tests__/view/lib/useOnMainScroll.test.tsx
@@ -5,7 +5,7 @@ import {mockedRootStore, mockedShellStore} from '../../../__mocks__/state-mock'
 
 describe('useOnMainScroll', () => {
   const mockedProps = {
-    navIdx: [0, 0] as [number, number],
+    navIdx: '0-0',
     params: {},
     visible: true,
   }