Skip to content

Commit

Permalink
update units
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Aug 8, 2022
1 parent cc91b28 commit ab7227d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Units/Domain/EventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ static function (TransactionCreatedEventInterface $event) use (
sort($valueIds);
sort($resultIds);

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

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

0 comments on commit ab7227d

Please sign in to comment.