Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored May 29, 2023
1 parent 3aa59cb commit 2b713c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/rules/lint-prettier-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test
fixedTemplate: `<div data-foo data-bar="lol" some-other-thing={{haha-morethaneightychars}}>
</div>`,
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,
Expand Down

0 comments on commit 2b713c3

Please sign in to comment.