diff --git a/test.ts b/test.ts index b9e60c6..c40cc49 100644 --- a/test.ts +++ b/test.ts @@ -137,9 +137,8 @@ Deno.test("main", async (t) => { assertIsError(err, Error); }); - await t.step("nip1", async () => { - await limit(relay.url)() + await limit(relay.url)(); }); await client.close();