mirror of
https://github.com/livekit/livekit.git
synced 2026-05-30 00:54:07 +00:00
fixed syntax error in test
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package rtc
|
||||
|
||||
import (
|
||||
"context"
|
||||
"sync"
|
||||
"testing"
|
||||
"time"
|
||||
@@ -83,7 +82,6 @@ func newMediaTrackWithReceiver() *MediaTrack {
|
||||
},
|
||||
}
|
||||
return &MediaTrack{
|
||||
ctx: context.Background(),
|
||||
id: utils.NewGuid(utils.TrackPrefix),
|
||||
participantId: "PAtest",
|
||||
muted: false,
|
||||
|
||||
Reference in New Issue
Block a user