remove panic from test

This commit is contained in:
timurgordon
2025-01-23 00:31:05 +00:00
parent c7d7e8b954
commit 12db34ddb0

View File

@@ -18,5 +18,4 @@ fn new_test_client() Client {
fn test_client_list_rooms() ! {
client := new_test_client()
rooms := client.list_rooms()!
panic(rooms)
}