Skip to content

Commit

Permalink
Make test name more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Partington committed Jul 30, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ca2b74f

Please sign in to comment.