Skip to content

Commit a966161

Browse files
committed
fix tests
1 parent 94880ee commit a966161

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(["LIT -a"], client.availableListCommands)
220+
assert.deepEqual(["LIST -a"], client.availableListCommands)
221221
});
222222
setTimeout(() => sendCompleteList());
223223
return promise

0 commit comments

Comments
 (0)