Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jul 4, 2023
1 parent a7b502e commit 207533e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void testVerifyingBatchProofsThrowsIfSizesDoesntMatch() {
.forEach(
ex ->
assertThat(ex)
.rootCause()
.cause()
.isInstanceOf(CKZGException.class)
.hasMessageMatching(
"Invalid .+ size. Expected \\d+ bytes but got \\d+. \\(C_KZG_BADARGS\\)"));
Expand Down

0 comments on commit 207533e

Please sign in to comment.