Skip to content

Commit fa44659

Browse files
committed
test: fix typo in error message
1 parent 1b8b097 commit fa44659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ process.on('exit', function() {
135135

136136
if (!found) {
137137
console.error('Unknown global: %s', x);
138-
assert.ok(false, 'Unknown global founded');
138+
assert.ok(false, 'Unknown global found');
139139
}
140140
}
141141
});

0 commit comments

Comments
 (0)