Skip to content

Commit

Permalink
Fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelauritsen committed Jul 22, 2024
1 parent 1c203b9 commit 83e468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('MaterialLayout', function () {
});

afterEach(function() {
MaterialLayoutmatchMedia_ = this.originalMatchMedia;
MaterialLayout.matchMedia_ = this.originalMatchMedia;
});

it('should have attribute aria-hidden="true"', function () {
Expand Down

0 comments on commit 83e468c

Please sign in to comment.