Skip to content

Commit

Permalink
remove bash tests for the contract test command
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Feb 6, 2024
1 parent eebfcef commit a77067e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions multiversx_sdk_cli/tests/test_cli_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a77067e

Please sign in to comment.