Skip to content

Commit

Permalink
fix: removed unneeded timer from NodeConnection test
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes authored and emmacasolin committed Jun 14, 2022
1 parent c52bf2c commit 7253de8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/nodes/NodeConnection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,6 @@ describe(`${NodeConnection.name} test`, () => {
logger: logger,
clientFactory: async (args) =>
GRPCClientAgent.createGRPCClientAgent(args),
timer: timerStart(2000),
});
const client = conn.getClient();
await client.echo(new utilsPB.EchoMessage().setChallenge('hello!'));
Expand Down

0 comments on commit 7253de8

Please sign in to comment.