Appease CI

This commit is contained in:
Michael Zhu
2020-08-18 16:56:38 -07:00
parent 89117beda2
commit e078f3d479
12 changed files with 41 additions and 41 deletions

View File

@@ -297,7 +297,7 @@ blockchainTests.resets('MetaTransactions feature', env => {
new ZeroExRevertErrors.MetaTransactions.MetaTransactionCallFailedError(
mtxHash,
actualCallData,
new StringRevertError('FAIL').encode(),
new StringRevertError('FAIL').toString(),
),
);
});
@@ -465,7 +465,7 @@ blockchainTests.resets('MetaTransactions feature', env => {
mtxHash,
signers[0],
signature,
).encode(),
).toString(),
),
);
});