From fcb20ab952fb78cd3069239a25f8e24d49cca541 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 28 Sep 2022 13:52:10 -0400 Subject: chore: fix flaky integration::lint::compact (#16075) --- cli/tests/integration/lint_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration') 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, }); -- cgit v1.2.3