diff --git a/contracts/feature-tests/basic-features/scenarios/storage_mapper_get_at_address.scen.json b/contracts/feature-tests/basic-features/scenarios/storage_mapper_get_at_address.scen.json index 54274c62d9..77ffdda1ee 100644 --- a/contracts/feature-tests/basic-features/scenarios/storage_mapper_get_at_address.scen.json +++ b/contracts/feature-tests/basic-features/scenarios/storage_mapper_get_at_address.scen.json @@ -15,11 +15,6 @@ "balance": "0", "code": "mxsc:../output/basic-features.mxsc.json" }, - "sc:second-to-be-called": { - "nonce": "0", - "balance": "0", - "code": "mxsc:../output/basic-features.mxsc.json" - }, "address:an_account": { "nonce": "0", "balance": "0" @@ -68,27 +63,6 @@ "refund": "*" } }, - { - "step": "scCall", - "id": "fill set mapper", - "tx": { - "from": "address:an_account", - "to": "sc:second-to-be-called", - "function": "fill_set_mapper", - "arguments": [ - "5" - ], - "gasLimit": "50,000,000", - "gasPrice": "0" - }, - "expect": { - "out": [], - "status": "", - "logs": "*", - "gas": "*", - "refund": "*" - } - }, { "step": "checkState", "accounts": { @@ -106,12 +80,6 @@ "storage": "*", "code": "mxsc:../output/basic-features.mxsc.json" }, - "sc:second-to-be-called": { - "nonce": "0", - "balance": "0", - "storage": "*", - "code": "mxsc:../output/basic-features.mxsc.json" - }, "address:an_account": { "nonce": "*", "balance": "*",