Bring error message method name inline with others
This commit is contained in:
parent
a66f2b0b11
commit
51becd2cf8
6 changed files with 9 additions and 9 deletions
|
|
@ -82,7 +82,7 @@ test("load non-local input with invalid repo syntax", async t => {
|
|||
await configUtils.loadConfig();
|
||||
throw new Error('loadConfig did not throw error');
|
||||
} catch (err) {
|
||||
t.deepEqual(err, new Error(configUtils.getConfigFileRepoFormatInvalid('octo-org/codeql-config@main')));
|
||||
t.deepEqual(err, new Error(configUtils.getConfigFileRepoFormatInvalidMessage('octo-org/codeql-config@main')));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue