Skip to content

Commit 8a685b8

Browse files
Update apps/web/src/hooks/__tests__/useInstrumentVisualization.test.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1766ace commit 8a685b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { useInstrumentVisualization } from '../useInstrumentVisualization';
88
const mockUseInstrument = vi.hoisted(() =>
99
vi.fn(() => ({
1010
internal: {
11+
edition: 1,
1112
name: 'test'
1213
}
1314
}))

0 commit comments

Comments
 (0)