Skip to content

Commit

Permalink
watchAsset small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Aug 28, 2018
1 parent 8af45d5 commit 3106374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/controllers/preferences.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ObservableStore = require('obs-store')
const normalizeAddress = require('eth-sig-util').normalize
const isValidAddress = require('ethereumjs-util').isValidAddress
const { isValidAddress } = require('ethereumjs-util')
const extend = require('xtend')


Expand Down
2 changes: 1 addition & 1 deletion test/unit/app/controllers/preferences-controller-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ describe('preferences controller', function () {
sandbox.restore()
})

it('should do anything if method not corresponds', async function () {
it('shouldn not do anything if method not corresponds', async function () {
const asy = {next: () => {}, end: () => {}}
var stubNext = sandbox.stub(asy, 'next')
var stubEnd = sandbox.stub(asy, 'end').returns(0)
Expand Down

0 comments on commit 3106374

Please sign in to comment.