Skip to content

Commit dd2ad0d

Browse files
authored
chore: fix typo in test (#1927)
1 parent e9d3e63 commit dd2ad0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('utils', () => {
114114
expect(compareNumbers(actual, { lte })).toBe(true)
115115
})
116116

117-
test('should pass when usin lte and gte and number is in between', () => {
117+
test('should pass when using lte and gte and number is in between', () => {
118118
const actual = 10
119119
const lte = 20
120120
const gte = 1

0 commit comments

Comments
 (0)