diff --git a/__tests__/commands/__snapshots__/init.js.snap b/__tests__/commands/__snapshots__/init.js.snap index 5ce22ad088..1951c1f194 100644 --- a/__tests__/commands/__snapshots__/init.js.snap +++ b/__tests__/commands/__snapshots__/init.js.snap @@ -39,7 +39,7 @@ Object { } `; -exports[`init using Github shorthand should resolve to full repository URL: init-github 1`] = ` +exports[`init using GitHub shorthand should resolve to full repository URL: init-github 1`] = ` Object { "license": "MIT", "main": "index.js", diff --git a/__tests__/commands/init.js b/__tests__/commands/init.js index 5f06d361f6..c19fc8df2f 100644 --- a/__tests__/commands/init.js +++ b/__tests__/commands/init.js @@ -104,7 +104,7 @@ test('init should use init-* configs when defined', (): Promise => }, )); -test('init using Github shorthand should resolve to full repository URL', (): Promise => { +test('init using GitHub shorthand should resolve to full repository URL', (): Promise => { const questionMap = Object.freeze({ name: 'hi-github', version: '',