Skip to content

Commit

Permalink
block-indentation: Fix tet following recast adjustement
Browse files Browse the repository at this point in the history
The test failure was related to this change in template-recast:
ember-template-lint/ember-template-recast#159
  • Loading branch information
dcyriller committed Oct 28, 2019
1 parent d92d07a commit 233cdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/rules/lint-block-indentation-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ generateRuleTests({

result: {
message:
'Incorrect indentation for `Good afternoon\n` beginning at L4:C4. Expected `Good afternoon\n` to be at an indentation of 2 but was found at 4.',
'Incorrect indentation for ` Good afternoon\n` beginning at L4:C4. Expected ` Good afternoon\n` to be at an indentation of 2 but was found at 4.',
moduleId: 'layout.hbs',
source: '{{else if isAfternoon~}}\n Good afternoon\n',
line: 4,
Expand Down

0 comments on commit 233cdf5

Please sign in to comment.