summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/async.rs2
1 files changed, 1 insertions, 1 deletions
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