Skip to content

Commit 0ae9c31

Browse files
committed
fix verification failure test scenario
1 parent fff4940 commit 0ae9c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/deploy_script_rpc_failures.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if [[ "\${command}" == "contract" && "\${1:-}" == "invoke" ]]; then
117117
echo "1"
118118
exit 0
119119
;;
120-
verify-rpc-unavailable:initialize|initialize-timeout:get_version|initialize-bad-sequence:get_version)
120+
initialize-timeout:get_version|initialize-bad-sequence:get_version)
121121
echo "should not be called" >&2
122122
exit 1
123123
;;

0 commit comments

Comments
 (0)