Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaed Parkar authored and shaed-parkar committed Apr 17, 2024
1 parent 9c8530c commit 76c0d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ describe('UserMediaService', () => {
localStorageServiceSpy.load.and.returnValue(null);
userMediaService.updateStartWithAudioMuted(conferenceId, true);
expect(localStorageServiceSpy.save).toHaveBeenCalledWith(
userMediaService.CONFERENCES_KEY,
userMediaService.CONFERENCES_KEY,
jasmine.arrayContaining([
jasmine.objectContaining({
conferenceId: conferenceId,
Expand Down

0 comments on commit 76c0d8d

Please sign in to comment.