Skip to content

Commit 83b1679

Browse files
committed
test: code rabbit change for useQuery, remove unused date
1 parent a245fe5 commit 83b1679

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/web/src/hooks/__tests__/useInstrumentVisualization.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ const mockStore = {
1717
currentUser: { username: 'testUser' }
1818
};
1919

20-
const mockBasicIsoString = '2025-04-30';
21-
2220
const mockDownloadFn = vi.fn();
2321

2422
const mockInfoQuery = {
25-
useInstrumentInfoQuery: vi.fn()
23+
data: []
2624
};
2725

2826
const mockInstrumentRecords = {

0 commit comments

Comments
 (0)