You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was running yarn test locally. Ran again and it passed.
[@aztec/p2p]: ● Req Resp p2p client integration › Can request a transaction from another peer
[@aztec/p2p]:
[@aztec/p2p]: expect(received).toStrictEqual(expected) // deep equality
[@aztec/p2p]:
[@aztec/p2p]: Expected: {"data": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, …], "type": "Buffer"}
[@aztec/p2p]: Received: undefined
[@aztec/p2p]:
[@aztec/p2p]: 195 |
[@aztec/p2p]: 196 | // Expect the tx to be the returned tx to be the same as the one we mocked
[@aztec/p2p]: > 197 | expect(requestedTx?.toBuffer()).toStrictEqual(tx.toBuffer());
The text was updated successfully, but these errors were encountered:
Was running
yarn test
locally. Ran again and it passed.The text was updated successfully, but these errors were encountered: