Tweak voice broadcast chunk decoding (#9713)
This commit is contained in:
parent
8ced72dba6
commit
254815cbcf
2 changed files with 39 additions and 27 deletions
|
@ -387,6 +387,9 @@ describe("VoiceBroadcastPlayback", () => {
|
|||
});
|
||||
|
||||
it("should play until the end", () => {
|
||||
// assert first chunk was unloaded
|
||||
expect(chunk1Playback.destroy).toHaveBeenCalled();
|
||||
|
||||
// assert that the second chunk is being played
|
||||
expect(chunk2Playback.play).toHaveBeenCalled();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue