Skip to content

Commit

Permalink
fix: cover invalid author format in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrommen committed May 24, 2024
1 parent 91792b1 commit c0fe5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/Properties/LibraryPropertiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public function testForLibraryAllProperties(): void
"name" => $expectedAuthor,
"homepage" => $expectedAuthorUri,
],
"Invalid Author <[email protected]>",
],
"keywords" => $expectedKeywords,
"require" => [
Expand Down

0 comments on commit c0fe5bd

Please sign in to comment.