Skip to content

Commit b65ff72

Browse files
committed
pint fix
1 parent cfc274c commit b65ff72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/Unit/Complex/UuidTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
});
1212

1313
test('can get uuid using uuid method', function () {
14-
$uuid = (string) Str::uuid();
14+
$uuid = (string) Str::uuid();
1515
$valueObject = new Uuid($uuid);
1616
$this->assertSame($uuid, $valueObject->uuid());
1717
});

tests/Unit/ValueObjectValueLengthTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Olsza\ValueObjects\Tests\Feature\ValueObjects;
44

5-
65
use MichaelRubel\ValueObjects\Collection\Primitive\Integer;
76

87
test('can get value length', function () {

0 commit comments

Comments
 (0)