diff --git a/oracle/test/processCollectedSignatures.test.js b/oracle/test/processCollectedSignatures.test.js index c89464fd4..9a2847082 100644 --- a/oracle/test/processCollectedSignatures.test.js +++ b/oracle/test/processCollectedSignatures.test.js @@ -98,7 +98,7 @@ describe('processCollectedSignatures', () => { await expect(result).to.be.rejectedWith(errors.IncompatibleContractError) }) - it('should throw an IncompatibleContractError if the signature is invalid', async () => { + it('should throw an InvalidValidatorError if the signature is invalid', async () => { // given const estimateGasStub = sinon.stub() estimateGasStub.rejects(new Error())