Skip to content

Commit

Permalink
Updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2025
1 parent d27c348 commit a0b18e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/src/utils/agent.utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ describe("AgentManager", () => {
});

it("should be used after deconstruction", async () => {
const {getAgent} = agentManager;
const { getAgent } = agentManager;

const agent = await getAgent({ identity: mockIdentity });

expect(mockHttpAgentCreate).toHaveBeenCalledWith(
expect.objectContaining({ identity: mockIdentity }),
);
expect(agent).toBe(mockHttpAgent);
})
});
});

describe("clearAgents", () => {
Expand Down

0 comments on commit a0b18e1

Please sign in to comment.