summaryrefslogtreecommitdiff
path: root/test/e2e-go/cli/tealdbg/expect/tealdbgTest.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/cli/tealdbg/expect/tealdbgTest.exp')
-rw-r--r--test/e2e-go/cli/tealdbg/expect/tealdbgTest.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e-go/cli/tealdbg/expect/tealdbgTest.exp b/test/e2e-go/cli/tealdbg/expect/tealdbgTest.exp
index a4fc773eb..7d7b84ab4 100644
--- a/test/e2e-go/cli/tealdbg/expect/tealdbgTest.exp
+++ b/test/e2e-go/cli/tealdbg/expect/tealdbgTest.exp
@@ -81,7 +81,7 @@ if { [catch {
spawn tealdbg debug -v $TEAL_PROG_FILE -p $PROTOCOL_VERSION_2 --remote-debugging-port 9392 --listen 127.0.0.1
expect {
timeout { puts "tealdbg debug timed out"; exit 1 }
- -re {Debug error: Program version \([0-9]+\) is beyond the maximum supported protocol version \([0-9]+\)} { set FAILED 1; close }
+ -re {Debug error: program version \([0-9]+\) is beyond the maximum supported protocol version \([0-9]+\)} { set FAILED 1; close }
}
if { $FAILED == 0 } {
puts "ERROR: the command should have failed"