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

@@ -102,7 +102,7 @@ blockchainTests.resets('Ownable feature', env => {
return expect(tx).to.revertWith(
new ZeroExRevertErrors.Ownable.MigrateCallFailedError(
testMigrator.address,
new StringRevertError('OOPSIE').encode(),
new StringRevertError('OOPSIE').toString(),
),
);
});