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

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


The following commit(s) were added to refs/heads/main by this push:
     new 777155491 fix(oli): Fix a test name in ls.rs (#2817)
777155491 is described below

commit 777155491ae27bcbcd46d083f180079f5e1d0f6f
Author: Kousuke Saruta <[email protected]>
AuthorDate: Wed Aug 9 02:50:52 2023 +0900

    fix(oli): Fix a test name in ls.rs (#2817)
---
 bin/oli/tests/ls.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/oli/tests/ls.rs b/bin/oli/tests/ls.rs
index 265ad2d79..e1548c97e 100644
--- a/bin/oli/tests/ls.rs
+++ b/bin/oli/tests/ls.rs
@@ -24,7 +24,7 @@ use anyhow::Result;
 use assert_cmd::prelude::*;
 
 #[tokio::test]
-async fn test_basic_cat() -> Result<()> {
+async fn test_basic_ls() -> Result<()> {
     let dir = env::temp_dir();
     fs::create_dir_all(dir.clone())?;
     let dst_path_1 = Path::new(&dir).join("dst_1.txt");

Reply via email to