Skip to content

Commit

Permalink
tests: fix last event
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Sep 24, 2024
1 parent da4a357 commit f1745d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daemon/__tests__/integration/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export const SINGLE_CHAIN_BLOCKS_AND_TRANSACTIONS_LAST_EVENT = 37;


export const INVALID_MEMPOOL_TRANSACTION_PORT = 8084;
export const INVALID_MEMPOOL_TRANSACTION_LAST_EVENT = 20;
export const INVALID_MEMPOOL_TRANSACTION_LAST_EVENT = 40;

export const SCENARIOS = ['UNVOIDED_SCENARIO', 'REORG_SCENARIO', 'SINGLE_CHAIN_BLOCKS_AND_TRANSACTIONS', 'INVALID_MEMPOOL_TRANSACTION'];

0 comments on commit f1745d1

Please sign in to comment.