From 29d761b1dacf783d8740a6ecd6f489b5e2e79ef3 Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Thu, 26 Aug 2021 13:07:52 +0000 Subject: [PATCH] MAINT: set_file_path to set_remote_path --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 05ff589..33786c1 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -209,7 +209,7 @@ end ent_with_name = CaosDB.Entity.create_entity("TestFile") set_role(ent_with_name, "FILE") set_local_path(ent_with_name, upload_path) - set_file_path(ent_with_name, string("/Inttests/", fname)) + set_remote_path(ent_with_name, string("/Inttests/", fname)) single_insert_transaction = create_transaction() -- GitLab