mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fixup! call initializeProvider where necessary
This commit is contained in:
parent
b3e5befe74
commit
826d1462f0
@ -35,7 +35,7 @@ describe('NetworkController', function () {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('#getNetworkState', function () {
|
describe('#getNetworkState', function () {
|
||||||
it('should return loading when new', function () {
|
it('should return "loading" when new', function () {
|
||||||
const networkState = networkController.getNetworkState()
|
const networkState = networkController.getNetworkState()
|
||||||
assert.equal(networkState, 'loading', 'network is loading')
|
assert.equal(networkState, 'loading', 'network is loading')
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user