Skip to content

Commit 4783f12

Browse files
committed
fix test
1 parent e86ccf8 commit 4783f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/livekit/MatrixAudioRenderer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ it("should setup audioContext gain and pan", () => {
119119
expect(audioTrack.setAudioContext).toHaveBeenCalled();
120120
expect(audioTrack.setWebAudioPlugins).toHaveBeenCalled();
121121

122-
expect(testAudioContext.gain.gain.value).toEqual(0.4);
122+
expect(testAudioContext.gain.gain.value).toEqual(0.1);
123123
expect(testAudioContext.pan.pan.value).toEqual(1);
124124
});

0 commit comments

Comments
 (0)