This is an automated email from the ASF dual-hosted git repository.

manjusaka pushed a commit to branch manjusaka/removeall-python
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/manjusaka/removeall-python by 
this push:
     new 8a93d7537 update test
8a93d7537 is described below

commit 8a93d7537b26c15834ddc298d26d16832220f1e4
Author: Manjusaka <[email protected]>
AuthorDate: Thu Nov 2 23:29:24 2023 +0800

    update test
    
    Signed-off-by: Manjusaka <[email protected]>
---
 bindings/python/tests/test_sync_delete.py | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/bindings/python/tests/test_sync_delete.py 
b/bindings/python/tests/test_sync_delete.py
index 50094bdff..5e31e0174 100644
--- a/bindings/python/tests/test_sync_delete.py
+++ b/bindings/python/tests/test_sync_delete.py
@@ -28,10 +28,11 @@ def test_sync_remove_all(service_name, operator, 
async_operator):
     excepted = [
         "x/",
         "x/y",
-        "x/y/z",
-        "x/y/z/",
-        "x/y/z/a",
-        "x/y/z/a/",
+        "x/x/",
+        "x/x/y",
+        "x/x/x/",
+        "x/x/x/y",
+        "x/x/x/x/",
     ]
     for path in excepted:
         if path.endswith("/"):

Reply via email to