Skip to content

Commit

Permalink
Merge d641684 into b1babb4
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma authored Oct 26, 2018
2 parents b1babb4 + d641684 commit cc35357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lib/findRemoteAliasSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test('works with tab as a separator', async (t) => {
});

test('works with different forms of the same URL', async (t) => {
const findRemoteAlias = factory('origin git+ssh://git@github.com/foo/bar (fetch)');
const findRemoteAlias = factory('origin git@github.com/foo/bar (fetch)');

t.is(await findRemoteAlias(githubRepo), 'origin');
});

0 comments on commit cc35357

Please sign in to comment.