Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 11, 2024
1 parent f0d5c27 commit 833458e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/fetchCached.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Deno.test("should error when going above 10mb", async (t) => {
});

const addr = server.addr.hostname + ":" + server.addr.port;
console.log("Listening at ", addr);

// large
await t.step("should error going above 10mb", async () => {
Expand Down Expand Up @@ -85,4 +84,6 @@ Deno.test("should error when going above 10mb", async (t) => {
});
assertEquals(response.kind, "success");
});

await server.shutdown();
});

0 comments on commit 833458e

Please # to comment.