fixed syntax error in test

This commit is contained in:
David Zhao
2021-01-25 21:37:36 -08:00
parent 8ee19247fc
commit b7acdfeec1
-2
View File
@@ -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,