Skip to content

Commit

Permalink
Fixed tests after renaming repository
Browse files Browse the repository at this point in the history
  • Loading branch information
erikstensmo committed Sep 3, 2023
1 parent 578e0bd commit 245caeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using SFTP
using SFTPClient
using Test


Expand Down
4 changes: 2 additions & 2 deletions test/setup.jl
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 245caeb

Please sign in to comment.