Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 6f24f26

Browse files
WliuWliu
Wliu
authored and
Wliu
committed
:rage1:
1 parent f588bb9 commit 6f24f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fuzzy-finder-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ describe('FuzzyFinder', () => {
714714

715715
it('passes the indexed paths into the project view when it is created', () => {
716716
const {projectPaths} = fuzzyFinder
717-
expect(projectPaths.length).toBe(20)
717+
expect(projectPaths.length).toBe(19)
718718
projectView = fuzzyFinder.createProjectView()
719719
expect(projectView.paths).toBe(projectPaths)
720720
expect(projectView.reloadPaths).toBe(false)

0 commit comments

Comments
 (0)