From 2a5a336197a3d89601766de4fe78046233c81c9f Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Tue, 26 Nov 2024 17:39:27 +0100 Subject: [PATCH] Improve test name --- library/agent/Agent.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/agent/Agent.test.ts b/library/agent/Agent.test.ts index cb956013..fcf5f3a3 100644 --- a/library/agent/Agent.test.ts +++ b/library/agent/Agent.test.ts @@ -928,7 +928,7 @@ t.test("it sends middleware installed with heartbeat", async () => { clock.uninstall(); }); -t.test("it fetched block IPs", async () => { +t.test("it fetches blocked IPs", async () => { const agent = createTestAgent({ token: new Token("123"), });