(t *testing.T)
| 565 | } |
| 566 | |
| 567 | func 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 | |
| 578 | func TestSingleNodeUpdateParticipant(t *testing.T) { |
| 579 | if testing.Short() { |
nothing calls this directly
no test coverage detected