Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meacham committed Apr 8, 2019
1 parent 4cfa13e commit 961ec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Expand Up @@ -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 => {
Expand Down

0 comments on commit 961ec07

Please sign in to comment.