From 961ec0702fd46a6d8469b67970f2d118292df6f8 Mon Sep 17 00:00:00 2001 From: Jacob Meacham Date: Sun, 7 Apr 2019 20:50:08 -0600 Subject: [PATCH] Fix test. --- test/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.spec.js b/test/index.spec.js index 0c68ef2..ee3d054 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -45,7 +45,7 @@ test.serial('Rejects on bad git command', async t => { process.chdir(t.context.tmpDir) const sls = buildSls() sls.service.custom.describe = '${git:message}' // eslint-disable-line - await t.throws(sls.variables.populateService(), /not a git repository*/) + await t.throws(sls.variables.populateService(), /Not a git repository/) }) test.serial('Inserts variables', async t => {