Skip to content

Commit

Permalink
Fix: Test does not perform any assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 2, 2023
1 parent 8a79daf commit 478b750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Faker/UniqueGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ public function testUniqueGeneratorRetries(): void
for ($i = 0; $i < 10; ++$i) {
$this->faker->unique()->ext(NumberExtension::class)->numberBetween(0, 9);
}

$this->addToAssertionCount(1);
}
}

0 comments on commit 478b750

Please sign in to comment.