Skip to content

Commit 9900d7a

Browse files
tegefaulkesemmacasolin
authored andcommitted
fix: removed unneeded timer from NodeConnection test
1 parent 551b7b6 commit 9900d7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/nodes/NodeConnection.test.ts

-1
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)