improve regex
This commit is contained in:
parent
11a9af0387
commit
5eccb79587
6 changed files with 6 additions and 6 deletions
2
lib/setup-tools.test.js
generated
2
lib/setup-tools.test.js
generated
|
|
@ -50,7 +50,7 @@ ava_1.default('parse codeql bundle url version', t => {
|
|||
const url = `https://github.com/.../codeql-bundle-${version}/...`;
|
||||
try {
|
||||
const parsedVersion = setupTools.getCodeQLURLVersion(url);
|
||||
t.assert(parsedVersion, expectedVersion);
|
||||
t.deepEqual(parsedVersion, expectedVersion);
|
||||
}
|
||||
catch (e) {
|
||||
t.fail(e.message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue