Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
susnux committed Jan 10, 2025
1 parent 910f946 commit 802deb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Integration/DB/SharedFormsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ public function testAllowPublicAccessOnDeniedPublicVisibility(): void {
$formMapper = \OCP\Server::get(FormMapper::class);
$forms = $formMapper->findSharedForms('user1', filterShown: false);

$this->assertEquals(3, count($forms));
$this->assertEqualsCanonicalizing(
['aaaa', 'bbbb', 'dddd'],
array_map(fn ($form) => $form->read()['hash'], $forms),
Expand Down

0 comments on commit 802deb1

Please sign in to comment.