mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove redundant unloadPackage call in spec
This commit is contained in:
@@ -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", ->
|
||||
|
||||
Reference in New Issue
Block a user