Skip to content

Commit

Permalink
Merge pull request #14432 from san650/remove-unused-arg
Browse files Browse the repository at this point in the history
Remove unused argument in test
  • Loading branch information
locks authored Oct 8, 2016
2 parents e340677 + 1f40774 commit 9e2b53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ moduleFor('Components test: local lookup', class extends RenderingTest {
this.assertText('Nested template says: Hi!', 'Re-render works');
}

['@test tagless blockless component can lookup local template'](assert) {
['@test tagless blockless component can lookup local template']() {
this.registerComponent('x-outer/x-inner', { template: 'Nested template says: {{yield}}' });
this.registerTemplate('components/x-outer', '{{#x-inner}}Hi!{{/x-inner}}');
this.registerComponent('x-outer', {
Expand Down

0 comments on commit 9e2b53a

Please sign in to comment.