File tree 1 file changed +2
-1
lines changed
hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/ingest
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -480,8 +480,9 @@ void innerTxnsLeakCapacity() throws PreCheckException {
480
480
state , Transaction .PROTOBUF .toBytes (batchTxn .transaction ()), configuration ));
481
481
482
482
// Verify capacity leaked the transaction that did not get throttled
483
- verify (synchronizedThrottleAccumulator , times (1 )).leakCapacityForNOfUnscaled (any (), anyInt ());
483
+ verify (synchronizedThrottleAccumulator , times (2 )).leakCapacityForNOfUnscaled (any (), anyInt ());
484
484
verify (synchronizedThrottleAccumulator ).leakCapacityForNOfUnscaled (CRYPTO_CREATE , 1 );
485
+ verify (synchronizedThrottleAccumulator ).leakCapacityForNOfUnscaled (ATOMIC_BATCH , 1 );
485
486
// Verifiy crypto transfer was throttled
486
487
verify (opWorkflowMetrics ).incrementThrottled (CRYPTO_TRANSFER );
487
488
}
You can’t perform that action at this time.
0 commit comments