Skip to content

Commit f04167c

Browse files
authored
Fix test function name (#26)
1 parent d921cdb commit f04167c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Domain/Value/IdCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class IdCollectionTest extends TestCase
2828
/**
2929
* @test
3030
*/
31-
public function constructWithString(): void
31+
public function constructWithInt(): void
3232
{
3333
$faker = self::faker();
3434
$collection = new IdCollection([$faker->numberBetween(1), $faker->numberBetween(1)]);

0 commit comments

Comments
 (0)