diff options
Diffstat (limited to 'cli/tests/lint/expected_json.out')
-rw-r--r-- | cli/tests/lint/expected_json.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/lint/expected_json.out b/cli/tests/lint/expected_json.out index b4ce63395..8d2e83bb7 100644 --- a/cli/tests/lint/expected_json.out +++ b/cli/tests/lint/expected_json.out @@ -37,7 +37,7 @@ "errors": [ { "file_path": "[WILDCARD]malformed.js", - "message": "Expected RBrace, got None at [WILDCARD]malformed.js:4:15" + "message": "Expected }, got <eof> at [WILDCARD]malformed.js:4:15" } ] } |