Skip to content

Commit

Permalink
fix(tests): Revert changes to tests now that reshares are not deleted…
Browse files Browse the repository at this point in the history
… but promoted

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Oct 8, 2024
1 parent a26b8f0 commit fdc18a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/files_sharing/tests/EtagPropagationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ public function testOwnerUnshares(): void {
self::TEST_FILES_SHARING_API_USER2,
]);

$this->assertEtagsNotChanged([self::TEST_FILES_SHARING_API_USER1, self::TEST_FILES_SHARING_API_USER2, self::TEST_FILES_SHARING_API_USER3]);
$this->assertEtagsChanged([self::TEST_FILES_SHARING_API_USER4]);
$this->assertAllUnchanged();
}

public function testOwnerUnsharesFlatReshares(): void {
Expand Down

0 comments on commit fdc18a8

Please sign in to comment.