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

Commit

Permalink
:rage1:
Browse files Browse the repository at this point in the history
  • Loading branch information
Wliu authored and Wliu committed Feb 19, 2018
1 parent f588bb9 commit 6f24f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fuzzy-finder-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ describe('FuzzyFinder', () => {

it('passes the indexed paths into the project view when it is created', () => {
const {projectPaths} = fuzzyFinder
expect(projectPaths.length).toBe(20)
expect(projectPaths.length).toBe(19)
projectView = fuzzyFinder.createProjectView()
expect(projectView.paths).toBe(projectPaths)
expect(projectView.reloadPaths).toBe(false)
Expand Down

0 comments on commit 6f24f26

Please sign in to comment.