From 1bec66c9f84585a5a23ccbd7884e3c0efbb179c1 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 16 Jul 2024 14:50:46 -0700 Subject: [PATCH] chore: fix test --- example/test/lint_test.bats | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/test/lint_test.bats b/example/test/lint_test.bats index 434a933b..1b160bcf 100644 --- a/example/test/lint_test.bats +++ b/example/test/lint_test.bats @@ -26,7 +26,10 @@ EOF assert_output --partial "src/hello.kt:1:1: File name 'hello.kt' should conform PascalCase (standard:filename)" # ESLint - assert_output --partial 'src/file.ts\n 2:7 error Type string trivially inferred from a string literal, remove type annotation. (@typescript-eslint/no-inferrable-types)' + echo <<"EOF" | assert_output --partial +src/file.ts + 2:7 error Type string trivially inferred from a string literal, remove type annotation @typescript-eslint/no-inferrable-types +EOF # Buf assert_output --partial 'src/file.proto:1:1:Import "src/unused.proto" is unused.'