We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688c93a commit ed7e68bCopy full SHA for ed7e68b
tests/Units/Domain/MultiWalletTest.php
@@ -457,8 +457,8 @@ public function testGetWalletOptimize(): void
457
$ids[] = $wallet->getKey();
458
}
459
460
- self::assertCount(count($names), $uuids);
461
- self::assertCount(count($names), $ids);
+ self::assertCount(count($names), array_unique($uuids));
+ self::assertCount(count($names), array_unique($ids));
462
463
464
public function testPay(): void
0 commit comments