Skip to content

Commit 7253de8

Browse files
tegefaulkesemmacasolin
authored andcommitted
fix: removed unneeded timer from NodeConnection test
1 parent c52bf2c commit 7253de8

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)