Skip to content

Commit 1af0519

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 065f822 + 5897787 commit 1af0519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/NameTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function it_gets_first_and_last(): void
6060
/** @test */
6161
public function it_gets_the_full_name(): void
6262
{
63-
self::assertSame('Randall Wilk',$this->firstAndLast->full);
63+
self::assertSame('Randall Wilk', $this->firstAndLast->full);
6464
self::assertSame('Randall Wilk', (string) $this->firstAndLast);
6565

6666
self::assertSame('Randall', $this->firstOnly->full);

0 commit comments

Comments
 (0)