From 0e0164158366389cf7c749089881f987ef8fc4d5 Mon Sep 17 00:00:00 2001 From: jakka Date: Sun, 19 Oct 2025 13:34:06 +0300 Subject: asset renaming --- tests/async.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/async.rs') diff --git a/tests/async.rs b/tests/async.rs index 46ffa42..8bdf501 100644 --- a/tests/async.rs +++ b/tests/async.rs @@ -35,7 +35,7 @@ async fn test_get_services() { #[tokio::test] async fn add_and_delete_file() { let client = init_client(); - let path = PathBuf::from("./assets/img.png").canonicalize().unwrap(); + let path = PathBuf::from("./assets/img1.png").canonicalize().unwrap(); let file = client .add_file_via_path(path.clone(), None, None) .await -- cgit v1.3.1