Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Mar 17, 2024
1 parent a749f99 commit a33b415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/unit/EigenDABlobUtils.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ contract EigenDABlobUtilsUnit is BLSMockAVSDeployer {
blobVerificationProof.quorumIndices[i] = bytes1(uint8(i));
}

cheats.expectRevert("EigenDARollupUtils.verifyBlob: confirmed quorums are not a subset of the required quorums");
cheats.expectRevert("EigenDARollupUtils.verifyBlob: required quorums are not a subset of the confirmed quorums");
eigenDABlobUtilsHarness.verifyBlob(blobHeader[1], eigenDAServiceManager, blobVerificationProof);
}

Expand Down

0 comments on commit a33b415

Please sign in to comment.