Make test name more descriptive

This commit is contained in:
Sam Partington 2020-07-30 17:05:58 +01:00
parent 7b0f432c26
commit ca2b74f2f8

View file

@ -254,7 +254,7 @@ test("default queries are used", async t => {
});
});
test("Queries can be overridden in action file", async t => {
test("Default queries and those from config file can be overridden in action file", async t => {
return await util.withTmpDir(async tmpDir => {
process.env['RUNNER_TEMP'] = tmpDir;
process.env['GITHUB_WORKSPACE'] = tmpDir;