Skip to content

Commit

Permalink
changes name value in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatic75 committed Aug 14, 2023
1 parent 97d367a commit 557c630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -3369,7 +3369,7 @@ public function testNoChangeUpdateDocumentWithRelationWithoutPermission(): void
'level3' => [
'$id' => 'level3',
'$permissions' => [],
'name' => 'Level haha',
'name' => 'Level 3',
'level4' => [
'$id' => 'level4',
'$permissions' => [],
Expand Down

0 comments on commit 557c630

Please sign in to comment.