From a77067ec3954f6cfb7e48ea97b9ed66f382214c0 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Tue, 6 Feb 2024 09:15:39 +0200 Subject: [PATCH] remove bash tests for the contract test command --- multiversx_sdk_cli/tests/test_cli_contracts.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/multiversx_sdk_cli/tests/test_cli_contracts.sh b/multiversx_sdk_cli/tests/test_cli_contracts.sh index fe980cfe..48e9fcd1 100755 --- a/multiversx_sdk_cli/tests/test_cli_contracts.sh +++ b/multiversx_sdk_cli/tests/test_cli_contracts.sh @@ -34,12 +34,6 @@ testBuildContracts() { assertFileExists ${SANDBOX}/empty/output/empty.abi.json || return 1 } -testRunScenarios() { - echo "testRunScenarios" - ${CLI} --verbose contract test --directory="scenarios" ${SANDBOX}/adder || return 1 - ${CLI} --verbose contract test --directory="scenarios" ${SANDBOX}/empty || return 1 -} - testWasmName() { echo "testWasmName"