Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make test name more descriptive
Sam Partington committed Jul 30, 2020

Unverified

No user is associated with the committer email.
1 parent 7b0f432 commit ca2b74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;

0 comments on commit ca2b74f

Please sign in to comment.