Skip to content

Commit

Permalink
Remove onlyP
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
  • Loading branch information
tinker-michaelj committed Apr 27, 2023
1 parent f1076bf commit 731e17b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import static com.hedera.services.bdd.spec.HapiPropertySource.idAsHeadlongAddress;
import static com.hedera.services.bdd.spec.HapiSpec.defaultHapiSpec;
import static com.hedera.services.bdd.spec.HapiSpec.onlyPropertyPreservingHapiSpec;
import static com.hedera.services.bdd.spec.HapiSpec.propertyPreservingHapiSpec;
import static com.hedera.services.bdd.spec.assertions.ContractInfoAsserts.contractWith;
import static com.hedera.services.bdd.spec.assertions.TransactionRecordAsserts.recordWith;
Expand Down Expand Up @@ -466,7 +465,7 @@ private HapiSpec approvalFallbacksRequiredWithoutTopLevelSigAccess() {
final AtomicReference<Address> bSenderAddr = new AtomicReference<>();
final AtomicReference<Address> bReceiverAddr = new AtomicReference<>();

return onlyPropertyPreservingHapiSpec("ApprovalFallbacksRequiredWithoutTopLevelSigAccess")
return propertyPreservingHapiSpec("ApprovalFallbacksRequiredWithoutTopLevelSigAccess")
.preserving(CONTRACTS_MAX_NUM_WITH_HAPI_SIGS_ACCESS)
.given(
streamMustInclude(recordedChildBodyWithId(TOKEN_UNIT_FROM_TO_OTHERS_TXN, 1, (spec, txn) -> {
Expand Down

0 comments on commit 731e17b

Please sign in to comment.