Skip to content

Commit a8b50d1

Browse files
committed
test: fix float test
1 parent d14fbbb commit a8b50d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-loops.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ test('Loops - no "in" keyword', (t) => {
117117

118118
test('Loops - expression error', (t) => {
119119
return error('loop_expression_error', (err) => {
120-
t.is(err.message, 'Invalid or unexpected token')
120+
t.is(err.message, 'SyntaxError: Invalid or unexpected token')
121121
})
122122
})
123123

0 commit comments

Comments
 (0)