diff options
Diffstat (limited to 'cli/tests/integration/lint_tests.rs')
-rw-r--r-- | cli/tests/integration/lint_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lint_tests.rs b/cli/tests/integration/lint_tests.rs index 6b78e0609..afcdc6e40 100644 --- a/cli/tests/integration/lint_tests.rs +++ b/cli/tests/integration/lint_tests.rs @@ -44,7 +44,7 @@ itest!(json { itest!(compact { args: - "lint --compact lint/without_config/file1.js lint/without_config/file2.ts lint/without_config/ignored_file.tss", + "lint --compact lint/without_config/file1.js lint/without_config/ignored_file.tss", output: "lint/expected_compact.out", exit_code: 1, }); |