From 26aae849695aa5ebd5f3b8e579a5343d76ec6ac1 Mon Sep 17 00:00:00 2001 From: BlowaterNostr Date: Mon, 8 Apr 2024 15:38:40 +0800 Subject: [PATCH] Update test.ts --- test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();