From 2b713c390f9b673d30ddb86090416c256c4e3d2a Mon Sep 17 00:00:00 2001 From: Patrick Pircher Date: Mon, 29 May 2023 23:15:07 +0200 Subject: [PATCH] fix test --- test/unit/rules/lint-prettier-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/rules/lint-prettier-test.js b/test/unit/rules/lint-prettier-test.js index 1c134cc..8151533 100644 --- a/test/unit/rules/lint-prettier-test.js +++ b/test/unit/rules/lint-prettier-test.js @@ -49,7 +49,7 @@ test fixedTemplate: `
`, result: { - message: 'Replace `⏎·data-bar="lol"⏎·····` with ` data-bar="lol"`', + message: 'Replace `⏎·data-bar="lol"⏎·····` with `·data-bar="lol"`', line: 1, column: 13, endLine: 3,