fix linter issues

This commit is contained in:
Tugdual Grall 2023-03-18 15:14:34 +00:00
parent 94786b354b
commit 2f141340f0
5 changed files with 8 additions and 11 deletions

View file

@ -936,9 +936,7 @@ test("Queries can be specified in configuration, same as file", async (t) => {
- a/b@1.2.3
python:
- c/d@1.2.3
`;
`;
fs.mkdirSync(path.join(tmpDir, "foo"));
@ -2757,5 +2755,3 @@ const mockRepositoryNwo = parseRepositoryNwo("owner/repo");
t.deepEqual(mockRequest.called, args.expectedApiCall);
});
});