diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-09-02 17:38:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 17:38:19 +0200 |
| commit | c84532b6d5a424694c519260f0cf407b1d8ba604 (patch) | |
| tree | b0cd78f2f851ceb8b8b92fc146e8e5d29b263505 /cli/tests/testdata/lint | |
| parent | 77ead8af20180453aa2d0db67d7856641bd5498f (diff) | |
chore: upgrade crates (#11894)
Co-authored-by: David Sherret <dsherret@gmail.com>
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 dbeb8039b..9af79ce3d 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:15" + "message": "Expected }, got <eof> at [WILDCARD]malformed.js:4:16" } ] } |
