Skip to content

Commit c5a1280

Browse files
committed
Remove assert
1 parent fd21876 commit c5a1280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/UniqueTranslationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public function it_checks_if_the_translation_for_a_specific_locale_is_unique()
7171
], $rules);
7272

7373
$this->assertTrue($validation->passes());
74-
$this->assertEmpty($validation->errors()->keys());
7574

7675
$validation = Validator::make([
7776
'slug' => ['nl' => 'existing-slug-nl'],

0 commit comments

Comments
 (0)