Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertes committed May 10, 2024
1 parent 3fad6b9 commit a6700bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/pkg/gnolang/debugger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func TestRemoteDebug(t *testing.T) {

func TestRemoteError(t *testing.T) {
_, _, err := eval(":xxx", "", debugTarget)
if !strings.Contains(err.Error(), "listen tcp: lookup tcp/xxx: unknown port") {
if !strings.Contains(err.Error(), "tcp/xxx: unknown port") {
t.Error(err)
}
}

0 comments on commit a6700bf

Please sign in to comment.