mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fixed account link test for ropsten network
This commit is contained in:
parent
7cf6e372eb
commit
be6b7b496a
@ -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