Skip to content
Merged
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 committed Dec 19, 2024
commit ba76378e3224a4484792af80dfdee2adca6f042d
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() {
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