mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix ropsten link test
This commit is contained in:
parent
aefc346a65
commit
daec4d5c36
@ -3,8 +3,8 @@ var linkGen = require('../../ui/lib/account-link')
|
||||
|
||||
describe('account-link', function() {
|
||||
|
||||
it('adds testnet prefix to morden test network', function() {
|
||||
var result = linkGen('account', '2')
|
||||
it('adds testnet prefix to ropsten test network', function() {
|
||||
var result = linkGen('account', '3')
|
||||
assert.notEqual(result.indexOf('testnet'), -1, 'testnet injected')
|
||||
assert.notEqual(result.indexOf('account'), -1, 'account included')
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user