Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Unfocus spec
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed Jan 26, 2018
1 parent 54293fc commit e424e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/autocomplete/gocodeprovider-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe('gocodeprovider', () => {
atom.config.set('go-plus.autocomplete.snippetMode', 'nameAndType')
})

fit('provides the exported types of the unimported package', () => {
it('provides the exported types of the unimported package', () => {
let suggestions = null

waitsFor(() => provider.allPkgs.size > 0)
Expand Down

0 comments on commit e424e5d

Please sign in to comment.