From 245caebbb3353d5a18e8b701c062a65009b1b539 Mon Sep 17 00:00:00 2001 From: Stensmo Date: Sun, 3 Sep 2023 11:26:52 +0200 Subject: [PATCH] Fixed tests after renaming repository --- test/runtests.jl | 2 +- test/setup.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 7b41cca..79bde08 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,4 +1,4 @@ -using SFTP +using SFTPClient using Test diff --git a/test/setup.jl b/test/setup.jl index 90b2a37..6c57f38 100644 --- a/test/setup.jl +++ b/test/setup.jl @@ -1,8 +1,8 @@ -using SFTP +using SFTPClient using Test -sftp = SFTPClient("sftp://test.rebex.net/pub/example/", "demo", "password") +sftp = SFTP("sftp://test.rebex.net/pub/example/", "demo", "password") files = readdir(sftp) actualFiles = ["KeyGenerator.png",