From ca2b74f2f81d5540ba4a619a976c1a2e71a89df3 Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Thu, 30 Jul 2020 17:05:58 +0100 Subject: [PATCH] Make test name more descriptive --- src/config-utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-utils.test.ts b/src/config-utils.test.ts index 0f35c8ec5..fc063799f 100644 --- a/src/config-utils.test.ts +++ b/src/config-utils.test.ts @@ -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;