diff options
Diffstat (limited to 'cli/tests/testdata/lint')
| -rw-r--r-- | cli/tests/testdata/lint/expected_json.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/lint/expected_json.out b/cli/tests/testdata/lint/expected_json.out index 9af79ce3d..876aec9e0 100644 --- a/cli/tests/testdata/lint/expected_json.out +++ b/cli/tests/testdata/lint/expected_json.out @@ -58,7 +58,7 @@ "errors": [ { "file_path": "[WILDCARD]malformed.js", - "message": "Expected }, got <eof> at [WILDCARD]malformed.js:4:16" + "message": "Expected '}', got '<eof>' at [WILDCARD]malformed.js:4:16" } ] } |
