test: fix typo in test examples
This commit is contained in:
parent
4af8548366
commit
3438ec5c79
@ -70,8 +70,8 @@ test('Convert shorthand URL', async t => {
|
|||||||
const {cwd} = await gitRepo();
|
const {cwd} = await gitRepo();
|
||||||
|
|
||||||
t.is(
|
t.is(
|
||||||
await getAuthUrl({cwd, env, options: {repositoryUrl: 'semanitc-release/semanitc-release'}}),
|
await getAuthUrl({cwd, env, options: {repositoryUrl: 'semantic-release/semantic-release'}}),
|
||||||
'https://github.com/semanitc-release/semanitc-release.git'
|
'https://github.com/semantic-release/semantic-release.git'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -82,9 +82,9 @@ test('Convert GitLab shorthand URL', async t => {
|
|||||||
await getAuthUrl({
|
await getAuthUrl({
|
||||||
cwd,
|
cwd,
|
||||||
env,
|
env,
|
||||||
options: {branch: 'master', repositoryUrl: 'gitlab:semanitc-release/semanitc-release'},
|
options: {branch: 'master', repositoryUrl: 'gitlab:semantic-release/semantic-release'},
|
||||||
}),
|
}),
|
||||||
'https://gitlab.com/semanitc-release/semanitc-release.git'
|
'https://gitlab.com/semantic-release/semantic-release.git'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user