Skip to content

Commit a23eb19

Browse files
committed
fix test
1 parent c35ab5d commit a23eb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validate-pick-radius.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ describe('validatePickRadius should', () => {
1111
})
1212

1313
it('do nothing if pick radius is valid', () => {
14-
expect(() => validatePickRadius(200)).toBe(undefined)
14+
expect(validatePickRadius(200)).toBe(undefined)
1515
})
1616
})

0 commit comments

Comments
 (0)