Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 427c8e9

Browse files
committed
Fix merge conflict
1 parent 12983f6 commit 427c8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spec/FileFilters-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ define(function (require, exports, module) {
463463
}, "search bar close");
464464
});
465465
runs(function () {
466-
waitsForDone(CommandManager.execute(Commands.CMD_FIND_IN_FILES));
466+
FindInFiles._doFindInFiles(scope);
467467
});
468468
}
469469

0 commit comments

Comments
 (0)