Skip to content

Commit

Permalink
fix: small fix for NodeConnection test
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Jun 10, 2022
1 parent a11c30e commit e3011da
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 e3011da

Please sign in to comment.