diff --git a/tests/integration/strip-data-test-attributes-from-tags-test.js b/tests/integration/strip-data-test-attributes-from-tags-test.js index 730fe74e..5567e1ae 100644 --- a/tests/integration/strip-data-test-attributes-from-tags-test.js +++ b/tests/integration/strip-data-test-attributes-from-tags-test.js @@ -17,7 +17,7 @@ if (config.stripTestSelectors) { }); test('it works with multiple data-test-* attributes on HTML tags', function (assert) { - this.render(hbs``); + this.render(hbs``); assert.equal(this.$('span').length, 1, 'the span is present'); assert.equal(this.$('span[data-test-first]').length, 0, 'data-test-first is stripped');