Skip to content

Commit 4c27f19

Browse files
authored
Fix codeception (#151)
1 parent 60382d7 commit 4c27f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/Search/Modifier/Filter/Workspace/WorkspaceQueryHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private function createUserWithAssetWorkspaces(array $workspaces): User
301301
foreach ($workspaces as $workspace => $permission) {
302302

303303
$workspaceObject = (new User\Workspace\Asset())
304-
->setView($permission)
304+
->setList($permission)
305305
->setCpath($workspace)
306306
->setCid(Db::get()->fetchOne('select id from assets where concat(path, filename) = ?', [$workspace]))
307307
->setUserId($user->getId());

0 commit comments

Comments
 (0)