MCPcopy
hub / github.com/livekit/livekit / TestSingleNodeRoomList

Function TestSingleNodeRoomList

test/singlenode_test.go:567–576  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

565}
566
567func TestSingleNodeRoomList(t *testing.T) {
568 if testing.Short() {
569 t.SkipNow()
570 return
571 }
572 _, finish := setupSingleNodeTest("TestSingleNodeRoomList")
573 defer finish()
574
575 roomServiceListRoom(t)
576}
577
578func TestSingleNodeUpdateParticipant(t *testing.T) {
579 if testing.Short() {

Callers

nothing calls this directly

Calls 2

setupSingleNodeTestFunction · 0.85
roomServiceListRoomFunction · 0.85

Tested by

no test coverage detected