remove panic from test
This commit is contained in:
@@ -18,5 +18,4 @@ fn new_test_client() Client {
|
|||||||
fn test_client_list_rooms() ! {
|
fn test_client_list_rooms() ! {
|
||||||
client := new_test_client()
|
client := new_test_client()
|
||||||
rooms := client.list_rooms()!
|
rooms := client.list_rooms()!
|
||||||
panic(rooms)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user