Skip to content

Commit

Permalink
Update packages/wrangler/src/__tests__/pages.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Brimble <[email protected]>
  • Loading branch information
sidharthachatterjee and GregBrimble authored Apr 5, 2022
1 parent 64fc3bd commit 3e7dc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/__tests__/pages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe("subcommand implicit help ran on incomplete command execution", () => {
afterEach(() => {
unsetAllMocks();
});
function mockListRequest(namespaces: unknown[]) {
function mockListRequest(projects: unknown[]) {
const requests = { count: 0 };
setMockResponse(
"/accounts/:accountId/pages/projects",
Expand Down

0 comments on commit 3e7dc34

Please sign in to comment.