Skip to content

Commit

Permalink
fix: small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Mar 23, 2022
1 parent 26775d8 commit a0aaa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodes/NodeConnectionManager.general.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ describe(`${NodeConnectionManager.name} general test`, () => {
relayMessage.setSrcId(nodesUtils.encodeNodeId(sourceNodeId));
relayMessage.setTargetId(nodesUtils.encodeNodeId(remoteNodeId1));
relayMessage.setSignature('');
relayMessage.setEgressAddress('');
relayMessage.setProxyAddress('');
await nodeConnectionManager.relayHolePunchMessage(relayMessage);

expect(mockedNodesHolePunchMessageSend).toHaveBeenCalled();
Expand Down

0 comments on commit a0aaa9d

Please sign in to comment.