fixup! call initializeProvider where necessary

feature/default_network_editable
Erik Marks 4 years ago committed by Mark Stacey
parent 30a59bb867
commit 948a4c8316
  1. 2
      test/unit/app/controllers/network/network-controller-test.js

@ -35,7 +35,7 @@ describe('NetworkController', function () {
})
describe('#getNetworkState', function () {
it('should return loading when new', function () {
it('should return "loading" when new', function () {
const networkState = networkController.getNetworkState()
assert.equal(networkState, 'loading', 'network is loading')
})

Loading…
Cancel
Save