From ba6b4ad2694bd1d8e89c9db004f2dfb35548e6e4 Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Thu, 1 Feb 2024 09:50:54 +0545 Subject: [PATCH] Addressed reviews --- tests/acceptance/features/bootstrap/SharingNgContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/bootstrap/SharingNgContext.php b/tests/acceptance/features/bootstrap/SharingNgContext.php index ba61eb9cc..3c8115a35 100644 --- a/tests/acceptance/features/bootstrap/SharingNgContext.php +++ b/tests/acceptance/features/bootstrap/SharingNgContext.php @@ -147,7 +147,7 @@ class SharingNgContext implements Context { } $spaceId = $space['id']; - // $fileId is used for sharing deleted files + // $fileId is used for trying to share deleted files // for resharing a resource, "item-id" in API endpoint takes shareMountId if ($fileId) { $itemId = $fileId;