Skip to content

Commit

Permalink
Improve test name
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Nov 26, 2024
1 parent 9b7884d commit 2a5a336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/agent/Agent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
});
Expand Down

0 comments on commit 2a5a336

Please sign in to comment.