From 7e65fadcd92f592229581900d83faa6943e0d36f Mon Sep 17 00:00:00 2001 From: Stefan <33063780+stefanlatinovic@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:17:09 +0200 Subject: [PATCH] Update processCollectedSignatures.test.js Update test description with expected exception to be thrown --- oracle/test/processCollectedSignatures.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())