summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-10-19 13:34:06 +0300
committerjakka <jakka@jakka.su>2025-10-19 13:34:06 +0300
commit0e0164158366389cf7c749089881f987ef8fc4d5 (patch)
treec099cd995b5252d36c347f0f0d25dfd72771d359 /tests
parente311aad9357a38fd3d54aa3ce00ea98f0cf33ed7 (diff)
asset renaming
Diffstat (limited to 'tests')
-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