Skip to content

Commit

Permalink
test: clear support map between tests (#5060)
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoGarciaDiez authored Mar 16, 2023
1 parent fb22669 commit 860e9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/polyfill/media_capabilities_unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ describe('MediaCapabilities', () => {
},
};
shaka.polyfill.MediaCapabilities.memoizedMediaKeySystemAccessRequests_ = {};
supportMap.clear();

mockCanDisplayType = jasmine.createSpy('canDisplayType');
mockCanDisplayType.and.returnValue(false);
Expand Down

0 comments on commit 860e9b4

Please sign in to comment.