Skip to content

Commit

Permalink
Fix SelfDestructSuite tests (#8895)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan authored Sep 28, 2023
1 parent c40bdd3 commit f578ba7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private HapiSpec hscsEvm008SelfDestructWhenCalling() {
.has(contractWith().isDeleted()));
}

@HapiTest
private HapiSpec selfDestructFailsWhenBeneficiaryHasReceiverSigRequiredAndHasNotSignedTheTxn() {
final AtomicLong beneficiaryId = new AtomicLong();
return defaultHapiSpec("selfDestructFailsWhenBeneficiaryHasReceiverSigRequiredAndHasNotSignedTheTxn")
Expand Down

0 comments on commit f578ba7

Please sign in to comment.