Skip to content

Commit

Permalink
Fix share manager test failing due to return type
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Apr 1, 2021
1 parent 1eb780f commit 0ab2383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Share20/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ public function dataIsSharingDisabledForUser() {
$data = [];

// No exclude groups
$data[] = ['no', null, null, null, false];
$data[] = ['no', null, null, [], false];

// empty exclude list, user no groups
$data[] = ['yes', '', json_encode(['']), [], false];
Expand Down

0 comments on commit 0ab2383

Please sign in to comment.