1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

fixup! call initializeProvider where necessary

This commit is contained in:
Erik Marks 2020-07-27 15:31:10 -07:00
parent b3e5befe74
commit 826d1462f0

View File

@ -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')
})