Connor Bryan e68e3ccc2f Tighten web3 network change refresh validation (#2014)
* Add a check to make sure a network even exists on the web3Wallet instance

* Format snap files
2018-07-05 12:29:23 -05:00

28 lines
505 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`handleChangeNodeRequested* should get the next network 1`] = `
Object {
"@@redux-saga/IO": true,
"SELECT": Object {
"args": Array [
"ESN",
],
"selector": [Function],
},
}
`;
exports[
`handleChangeNodeRequested* should select getCustomNodeConfig and match race snapshot 1`
] = `
Object {
"@@redux-saga/IO": true,
"SELECT": Object {
"args": Array [
"CustomNetworkId",
],
"selector": [Function],
},
}
`;