Skip to content

Commit 5247457

Browse files
committed
test: revert typo fix for ässört.ok in test-assert-first-line.js
1 parent cd0230f commit 5247457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-assert-first-line.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test('Verify that asserting in the very first line produces the expected result'
1212
() => require(path('assert-first-line')),
1313
{
1414
name: 'AssertionError',
15-
message: "The expression evaluated to a falsy value:\n\n assert.ok('')\n"
15+
message: "The expression evaluated to a falsy value:\n\n ässört.ok('')\n"
1616
}
1717
);
1818

0 commit comments

Comments
 (0)