Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 20, 2024
commit 69e5ae7bee3979d48522eb316a239c76e110df7e
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