From 6f2283fbee78cdf953bc9d971b27962e03733995 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 17 Apr 2018 14:41:18 +0200 Subject: [PATCH] tests: update migration snapshot --- test/config/__snapshots__/migration.spec.js.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/config/__snapshots__/migration.spec.js.snap b/test/config/__snapshots__/migration.spec.js.snap index 8c686d7520..c20a036e99 100644 --- a/test/config/__snapshots__/migration.spec.js.snap +++ b/test/config/__snapshots__/migration.spec.js.snap @@ -13,7 +13,7 @@ Object { "baseBranches": Array [ "next", ], - "commitMessage": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}:{{/if}}some commit message", + "commitMessage": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}: {{/if}}some commit message", "devDependencies": Object { "major": Object { "automerge": false, @@ -80,7 +80,7 @@ Object { "patch": Object { "automerge": true, }, - "prTitle": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}:{{/if}}some pr title", + "prTitle": "{{#if semanticCommitType}}{{semanticCommitType}}{{#if semanticCommitScope}}({{semanticCommitScope}}){{/if}}: {{/if}}some pr title", "schedule": "on the first day of the month", "semanticCommitScope": "deps", "semanticCommitType": "fix", -- GitLab