From 06635b77cc07ac34ebde633264f668f837ae9f97 Mon Sep 17 00:00:00 2001 From: andy addington Date: Thu, 17 Jan 2019 06:56:41 -0800 Subject: [PATCH] test: Fix typo in assertEquals message --- test/unify_options.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unify_options.spec.js b/test/unify_options.spec.js index eb441d81a6..40bdf22a8b 100644 --- a/test/unify_options.spec.js +++ b/test/unify_options.spec.js @@ -209,7 +209,7 @@ describe('createClient options', function () { }, undefined); throw new Error('failed'); } catch (err) { - assert.strictEqual(err.message, 'To many arguments passed to createClient. Please only pass the options object'); + assert.strictEqual(err.message, 'Too many arguments passed to createClient. Please only pass the options object'); } });