Skip to content

Commit ab7227d

Browse files
committed
update units
1 parent cc91b28 commit ab7227d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Units/Domain/EventTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ static function (TransactionCreatedEventInterface $event) use (
221221
sort($valueIds);
222222
sort($resultIds);
223223

224+
self::assertSame(1 + 20, array_sum($transactionCounts)); // deposit+withdraw
224225
self::assertSame(1 + 10, $transactionCounts[$buyer->wallet->getKey()] ?? 0);
225226

226227
self::assertCount(1 + 10, $resultIds);

0 commit comments

Comments
 (0)