Skip to content

Commit a4a608f

Browse files
committed
fix tests
1 parent 82ac57f commit a4a608f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downloadSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ describe("Download directory listing", function() {
217217
it("uses first successful list command for all subsequent requests", function() {
218218
const promise = client.list().then(result => {
219219
assert.deepEqual(result, expList);
220-
assert.deepEqual(["LIST -a"], client.availableListCommands)
220+
assert.deepEqual(["MLSD"], client.availableListCommands)
221221
});
222222
setTimeout(() => sendCompleteList());
223223
return promise

0 commit comments

Comments
 (0)