mirror of
https://github.com/nextcloud/server.git
synced 2026-02-17 01:41:05 -05:00
fix(tests): Revert changes to tests now that reshares are not deleted but promoted
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
10c7e100d1
commit
ba76378e32
1 changed files with 1 additions and 2 deletions
|
|
@ -277,8 +277,7 @@ class EtagPropagationTest extends PropagationTestCase {
|
|||
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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue