Skip to content

Commit

Permalink
Use yes with dev-deploy to allow tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jan 29, 2021
1 parent 899a5e9 commit fc3ee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo Deploying contract

echo Deploying contract to temporary accountId
# TODO: Specify helperUrl in project template
../bin/near dev-deploy
yes | ../bin/near dev-deploy

echo Calling functions
../bin/near call $testaccount setGreeting '{"message":"TEST"}' --accountId=test.near
Expand Down

0 comments on commit fc3ee00

Please sign in to comment.