diff --git a/tests/dummy/app/templates/components/print-test-attributes.hbs b/tests/dummy/app/templates/components/print-test-attributes.hbs index 60bf5127..b428813b 100644 --- a/tests/dummy/app/templates/components/print-test-attributes.hbs +++ b/tests/dummy/app/templates/components/print-test-attributes.hbs @@ -1,5 +1,5 @@ -
{{data-test-first}}
-
{{data-test-second}}
-
{{data-non-test}}
-
{{data-test}}
-
{{params.length}}
\ No newline at end of file +
{{this.data-test-first}}
+
{{this.data-test-second}}
+
{{this.data-non-test}}
+
{{this.data-test}}
+
{{this.params.length}}
\ No newline at end of file