Skip to content

Commit ed7e68b

Browse files
committed
unit fix
1 parent 688c93a commit ed7e68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Units/Domain/MultiWalletTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ public function testGetWalletOptimize(): void
457457
$ids[] = $wallet->getKey();
458458
}
459459

460-
self::assertCount(count($names), $uuids);
461-
self::assertCount(count($names), $ids);
460+
self::assertCount(count($names), array_unique($uuids));
461+
self::assertCount(count($names), array_unique($ids));
462462
}
463463

464464
public function testPay(): void

0 commit comments

Comments
 (0)