diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-10-08 17:41:03 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-12-19 14:43:57 +0100 |
commit | ba76378e3224a4484792af80dfdee2adca6f042d (patch) | |
tree | 1362bb8b93a6f7b363e37ccceef3166bfcb3611d /apps | |
parent | 10c7e100d13b5e72490246fd7d1a40d59106545c (diff) | |
download | nextcloud-server-ba76378e3224a4484792af80dfdee2adca6f042d.tar.gz nextcloud-server-ba76378e3224a4484792af80dfdee2adca6f042d.zip |
fix(tests): Revert changes to tests now that reshares are not deleted but promoted
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/tests/EtagPropagationTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/tests/EtagPropagationTest.php b/apps/files_sharing/tests/EtagPropagationTest.php index 327726acc97..3f9ddfc413d 100644 --- a/apps/files_sharing/tests/EtagPropagationTest.php +++ b/apps/files_sharing/tests/EtagPropagationTest.php @@ -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() { |