Skip to content

Commit 5c0c4e4

Browse files
committed
fix test
1 parent 8caa6e5 commit 5c0c4e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Models/TranslationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function test_a_translatable_model_attributes_can_be_translated(): void
5656
);
5757

5858
$this->assertNull(
59+
$this->user->name,
5960
$this->user->translate('name', 'fake')
6061
);
6162
}

0 commit comments

Comments
 (0)