Skip to content

Commit 802deb1

Browse files
committed
test
1 parent 910f946 commit 802deb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Integration/DB/SharedFormsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ public function testAllowPublicAccessOnDeniedPublicVisibility(): void {
205205
$formMapper = \OCP\Server::get(FormMapper::class);
206206
$forms = $formMapper->findSharedForms('user1', filterShown: false);
207207

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

0 commit comments

Comments
 (0)