Change the unregistered token in tests
This commit is contained in:
@@ -24,8 +24,8 @@ describe('TokenRegistryWrapper', () => {
|
||||
const tokenByName: {[symbol: string]: Token} = {};
|
||||
const registeredSymbol = 'ZRX';
|
||||
const registeredName = '0x Protocol Token';
|
||||
const unregisteredSymbol = 'FUCK';
|
||||
const unregisteredName = 'FUCKtoken';
|
||||
const unregisteredSymbol = 'MAL';
|
||||
const unregisteredName = 'Malicious Token';
|
||||
before(async () => {
|
||||
const web3 = web3Factory.create();
|
||||
zeroEx = new ZeroEx(web3.currentProvider);
|
||||
|
||||
Reference in New Issue
Block a user