Remove redundant unloadPackage call in spec

This commit is contained in:
Max Brunsfeld 2015-12-07 17:24:34 -08:00
parent 05e10bfaeb
commit 03a2846eb5

View File

@ -167,7 +167,6 @@ describe "PackageManager", ->
describe "when a package does not have deserializers, view providers or a config schema in its package.json", ->
beforeEach ->
atom.packages.unloadPackage('package-with-main')
mockLocalStorage()
it "defers loading the package's main module if the package previously used no Atom APIs when its main module was required", ->