Skip to content

Commit

Permalink
Changes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi committed Jan 26, 2012
1 parent f6a7b8d commit 54e835b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jsftp_test.js
Expand Up @@ -17,10 +17,10 @@ var Path = require("path");
// FTP server. If you want to test against a remote server, simply change the
// `host` and `port` properties as well.
var FTPCredentials = {
host: "sergimansilla.com",
user: "fjakobs",
host: "",
user: "",
port: 21,
pass: "kzg241"
pass: ""
};

var CWD = process.cwd();
Expand Down

0 comments on commit 54e835b

Please sign in to comment.