mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test - unit - metamask-controller - remove log
This commit is contained in:
parent
deab195772
commit
a0fe5b9190
@ -501,7 +501,6 @@ describe('MetaMaskController', function () {
|
|||||||
const { promise, resolve } = deferredPromise()
|
const { promise, resolve } = deferredPromise()
|
||||||
|
|
||||||
streamTest = createThoughStream((chunk, enc, cb) => {
|
streamTest = createThoughStream((chunk, enc, cb) => {
|
||||||
console.log('createThoughStream', chunk)
|
|
||||||
if (chunk.name !== 'phishing') return cb()
|
if (chunk.name !== 'phishing') return cb()
|
||||||
assert.equal(chunk.data.hostname, phishingUrl)
|
assert.equal(chunk.data.hostname, phishingUrl)
|
||||||
resolve()
|
resolve()
|
||||||
|
Loading…
Reference in New Issue
Block a user