Skip to content

Commit ac2a716

Browse files
hiTyagielwayman02
andauthored
Update tests/integration/modifiers/scroll-into-view-test.js
Co-authored-by: Jordan Hawker <hawker.jordan@gmail.com>
1 parent bf0f4a8 commit ac2a716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/modifiers/scroll-into-view-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ module('Integration | Modifier | scroll-into-view', function (hooks) {
424424
);
425425
});
426426

427-
test('it does not set behvior when not passed as option', async function (assert) {
427+
test('it does not set behavior when not passed as option', async function (assert) {
428428
window.matchMedia = sinon.stub().returns({ matches: true });
429429
this.options = { test: 'test' };
430430

0 commit comments

Comments
 (0)