Skip to content

Commit

Permalink
fix: typo in test/integration.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
  • Loading branch information
arcln and gr2m committed Oct 29, 2020
1 parent 61cc959 commit 2dffc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.test.js
Expand Up @@ -678,7 +678,7 @@ test('Use the valid git credentials when multiple are provided', async (t) => {
);
});

test('Use the reposirotry URL as is if none of the given git credentials are valid', async (t) => {
test('Use the repository URL as is if none of the given git credentials are valid', async (t) => {
const {cwd} = await gitbox.createRepo('test-invalid-auth');
const dummyUrl = 'http://toto@localhost:2080/git/test-auth.git';

Expand Down

0 comments on commit 2dffc91

Please sign in to comment.