Appease CI
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user