Skip to content

Commit d41fdba

Browse files
committed
Minor fix for tests
1 parent e99f40a commit d41fdba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erdpy/tests/test_cli_contracts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ testCreateContracts() {
1313

1414
${ERDPY} contract new --template adder --directory ${SANDBOX} myadder-rs || return 1
1515
${ERDPY} contract new --template factorial --directory ${SANDBOX} myfactorial-rs || return 1
16-
${ERDPY} contract new --template simple-erc20 --directory ${SANDBOX} myerc20-rs || return 1
16+
${ERDPY} contract new --template erc20 --directory ${SANDBOX} myerc20-rs || return 1
1717
${ERDPY} contract new --template crypto-bubbles --directory ${SANDBOX} mybubbles-rs || return 1
1818
${ERDPY} contract new --template lottery-esdt --directory ${SANDBOX} mylottery-rs || return 1
1919
${ERDPY} contract new --template crowdfunding-esdt --directory ${SANDBOX} myfunding-rs || return 1

0 commit comments

Comments
 (0)