Skip to content

Commit

Permalink
fix template syntax error when running in newer version of ember source
Browse files Browse the repository at this point in the history
  • Loading branch information
void-mAlex committed Jun 26, 2024
1 parent ea50824 commit 2e0293b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/tests/unit/setup-application-context-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module('setupApplicationContext', function (hooks) {
{{outlet}}
`,
'template:links-to-slow': hbs`{{#link-to "slow" class="to-slow"}}to slow{{/link-to}}`,
'template:posts/post': hbs`<div class="post-id">{{model.post_id}}</div>`,
'template:posts/post': hbs`<div class="post-id">{{@model.post_id}}</div>`,
};
}

Expand Down

0 comments on commit 2e0293b

Please sign in to comment.