Skip to content
Closed
Prev Previous commit
Next Next commit
fix(tests): Revert changes to tests now that reshares are not deleted…
… but promoted

Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc authored and backportbot[bot] committed Dec 3, 2024
commit 1312611c090504da38b15566fa1bd6f21cd4f737
3 changes: 1 addition & 2 deletions apps/files_sharing/tests/EtagPropagationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ public function testOwnerUnshares() {
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() {
Expand Down