Skip to content

Commit

Permalink
Fix SStoreSuite tests (#8891)
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 ccad5e9 commit 9321bf3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ HapiSpec multipleSStoreOpsSucceed() {
}));
}

@HapiTest
HapiSpec childStorage() {
// Successfully exceeds deprecated max contract storage of 1 KB
final var contract = "ChildStorage";
Expand Down Expand Up @@ -167,6 +168,7 @@ private HapiSpecOperation[] valuesMatch(
}

@SuppressWarnings("java:S5669")
@HapiTest
private HapiSpec benchmarkSingleSetter() {
final var contract = "Benchmark";
final var GAS_LIMIT = 1_000_000;
Expand Down

0 comments on commit 9321bf3

Please sign in to comment.