atom / fuzzy-finder

Find and open files quickly
MIT License
274 stars 138 forks source link

Remove uneeded assertion in test #400

Closed rafeca closed 5 years ago

rafeca commented 5 years ago

This PR removes an assertion that's not actually needed in one of the fuzzy-finder specs. This assertion sometimes returns false (maybe because the crawler finishes too quickly) and was causing some failures.

This fixes https://github.com/atom/atom/issues/19581