Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
module.exports = function(error) {
|
||||
assert.isAbove(error.message.search('invalid JUMP'), -1, 'Invalid JUMP error must be returned');
|
||||
assert.isAbove(error.message.search('invalid opcode'), -1, 'Invalid opcode error must be returned');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user