Skip to content

Commit

Permalink
Empty authors test WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Mar 14, 2024
1 parent b82ada1 commit 17539e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Models/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function testMergedAuthorityNamesAndAuthors()
]);

$item = Item::factory()->make([
'author' => 'Philips Wouwerman; Vladimír Boudník',
'author' => 'Philips Wouwerman; ; Vladimír Boudník',
]);
$item->authorities()->attach($authority);

Expand Down

0 comments on commit 17539e6

Please sign in to comment.