try to fix travis 2

pull/167/head
Manuel Araoz 8 years ago
parent ce25e2db98
commit 960500a078
  1. 2
      test/StandardToken.js

@ -12,7 +12,7 @@ contract('StandardToken', function(accounts) {
assert.equal(totalSupply, 100);
});
it.only('should return the correct allowance amount after approval', async function() {
it('should return the correct allowance amount after approval', async function() {
let token = await StandardTokenMock.new();
await token.approve(accounts[1], 100);
let allowance = await token.allowance(accounts[0], accounts[1]);

Loading…
Cancel
Save