mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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 () {
|
||||
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…
Reference in New Issue
Block a user