Skip to content

Commit d24c2e7

Browse files
committed
fix test
1 parent 4544297 commit d24c2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/units/helpers/format.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('Test format helper', () => {
9090
peaks: any, layout: string, decimal: number, shift: any, isAscend: boolean,
9191
isIntensity: boolean, boundary: any,
9292
integration: any, atIndex: number,
93-
fixedWavelength: number
93+
fixedWavelength: string
9494
}
9595
let params: ParamForPeaks
9696
beforeEach(() => {
@@ -102,7 +102,7 @@ describe('Test format helper', () => {
102102
isAscend: false,
103103
isIntensity: false, boundary: {},
104104
integration: null, atIndex: 0,
105-
fixedWavelength: 10,
105+
fixedWavelength: '10',
106106
}
107107
})
108108

0 commit comments

Comments
 (0)