Skip to content

Commit 1439cdc

Browse files
committed
Fix test
1 parent 6e732e2 commit 1439cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Entries/ViewEntryListingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function it_shows_only_entries_in_index_the_user_can_access()
111111

112112
Blueprint::make('with-author')
113113
->setNamespace('collections/test')
114-
->ensureField('author', [])
114+
->ensureField('author', ['type' => 'users'])
115115
->save();
116116

117117
Blueprint::make('without-author')

0 commit comments

Comments
 (0)