Skip to content

Commit

Permalink
Fix smoke test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerfcsantos committed Jul 22, 2024
1 parent 5b5a2cc commit f0cd3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/syntax-error/expected_results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "error",
"version": 3,
"message": "# leap [leap.test]\n./leap.go:3:16: invalid character U+0024 '$'\n./leap.go:3:17: invalid character U+0040 '@'\n./leap.go:3:18: invalid character U+0023 '#'\n./leap.go:3:19: invalid character U+0024 '$'\n./leap.go:3:20: syntax error: unexpected ^, expected (\nFAIL\tleap [build failed]\n'/usr/local/go/bin/go test --short --json .' returned exit code 1: exit status 1",
"message": "FAIL\tleap [build failed]\n# leap [leap.test]\n./leap.go:3:16: invalid character U+0024 '$'\n./leap.go:3:17: invalid character U+0040 '@'\n./leap.go:3:18: invalid character U+0023 '#'\n./leap.go:3:19: invalid character U+0024 '$'\n./leap.go:3:20: syntax error: unexpected ^, expected ('/usr/local/go/bin/go test --short --json .' returned exit code 1: exit status 1",
"tests": null
}

0 comments on commit f0cd3bd

Please sign in to comment.