Skip to content

Commit 06635b7

Browse files
andy-ganchrowBridgeAR
authored andcommitted
test: Fix typo in assertEquals message
1 parent bdc7356 commit 06635b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unify_options.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ describe('createClient options', function () {
209209
}, undefined);
210210
throw new Error('failed');
211211
} catch (err) {
212-
assert.strictEqual(err.message, 'To many arguments passed to createClient. Please only pass the options object');
212+
assert.strictEqual(err.message, 'Too many arguments passed to createClient. Please only pass the options object');
213213
}
214214
});
215215

0 commit comments

Comments
 (0)