From ccb70c01807ab5b5f5490993086c6c2b274e5d63 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 23 Jan 2017 13:14:30 +0100 Subject: [PATCH] tests: Fix typo --- tests/integration/strip-data-test-attributes-from-tags-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');