Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Jan 5, 2024
1 parent cc54153 commit 8611bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/socket-io-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('socket-io', () => {
socket.on('mempool', tx => {
mempoolWaiter.finish(tx);
});
socket.on('transaction', tx => {
socket.on('transaction:0x01', tx => {
if (tx.tx_status === 'pending') {
txWaiters[0].finish(tx);
} else {
Expand Down

0 comments on commit 8611bae

Please sign in to comment.