|
@@ -25,7 +25,6 @@ class SolAssert {
|
25
|
25
|
//Ensure we've received an error
|
26
|
26
|
assert.ok(err, 'No error from function call');
|
27
|
27
|
assert.isTrue(err.includes('VM Exception while processing transaction: revert'), 'Error received: ' + err);
|
28
|
|
- console.log(err)
|
29
|
28
|
if(expectedErr != null) assert.isTrue(err.includes(expectedErr));
|
30
|
29
|
|
31
|
30
|
return err;
|