From ac2a7169b2c8c17f8d27fefecfd19e0a4ea0a36f Mon Sep 17 00:00:00 2001 From: Himanshu Tyagi Date: Fri, 30 Aug 2024 09:59:59 -0700 Subject: [PATCH] Update tests/integration/modifiers/scroll-into-view-test.js Co-authored-by: Jordan Hawker --- tests/integration/modifiers/scroll-into-view-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/modifiers/scroll-into-view-test.js b/tests/integration/modifiers/scroll-into-view-test.js index b711951f..cca49a57 100644 --- a/tests/integration/modifiers/scroll-into-view-test.js +++ b/tests/integration/modifiers/scroll-into-view-test.js @@ -424,7 +424,7 @@ module('Integration | Modifier | scroll-into-view', function (hooks) { ); }); - test('it does not set behvior when not passed as option', async function (assert) { + test('it does not set behavior when not passed as option', async function (assert) { window.matchMedia = sinon.stub().returns({ matches: true }); this.options = { test: 'test' };