Skip to content

Commit e3011da

Browse files
committed
fix: small fix for NodeConnection test
#317
1 parent a11c30e commit e3011da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/nodes/NodeConnection.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,6 @@ describe(`${NodeConnection.name} test`, () => {
11521152
logger: logger,
11531153
clientFactory: async (args) =>
11541154
GRPCClientAgent.createGRPCClientAgent(args),
1155-
timer: timerStart(2000),
11561155
});
11571156
const client = conn.getClient();
11581157
await client.echo(new utilsPB.EchoMessage().setChallenge('hello!'));

0 commit comments

Comments
 (0)