Skip to content

Commit

Permalink
verification of contract
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers committed Jul 14, 2024
1 parent 54c72ca commit 139d98c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private boolean isNotSupportedChain() {
}

@Test
@DisabledIf("isNotSupportedChain")
@DisabledIf(value = "isNotSupportedChain", disabledReason = "Verification is currently not supported for custom chains")
void test() throws Exception {
//given
final String contractName = "HelloWorld";
Expand Down

0 comments on commit 139d98c

Please # to comment.