Skip to content

Commit

Permalink
Update tests/integration/modifiers/scroll-into-view-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Hawker <[email protected]>
  • Loading branch information
hiTyagi and elwayman02 authored Aug 30, 2024
1 parent bf0f4a8 commit ac2a716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/modifiers/scroll-into-view-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' };

Expand Down

0 comments on commit ac2a716

Please sign in to comment.