Skip to content

Commit ca2b74f

Browse files
committed
Make test name more descriptive
1 parent 7b0f432 commit ca2b74f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ test("default queries are used", async t => {
254254
});
255255
});
256256

257-
test("Queries can be overridden in action file", async t => {
257+
test("Default queries and those from config file can be overridden in action file", async t => {
258258
return await util.withTmpDir(async tmpDir => {
259259
process.env['RUNNER_TEMP'] = tmpDir;
260260
process.env['GITHUB_WORKSPACE'] = tmpDir;

0 commit comments

Comments
 (0)