From ead1752978e332faeddda6b2c1abdbe7e9a1c369 Mon Sep 17 00:00:00 2001 From: andy Date: Sat, 31 Oct 2020 23:14:15 -0300 Subject: [PATCH] rebase and remove unneeded function --- tests/common.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/common.rs b/tests/common.rs index 6c8d24b..7e7c925 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -80,10 +80,3 @@ pub async fn join_room(ship: &mut ShipServerState, id: Cl item: room_id, })).await.unwrap().for_each(drop); } - -pub async fn change_lobby(ship: &mut ShipServerState, id: ClientId, lobby: u32) { - ship.handle(id, &RecvShipPacket::LobbySelect(LobbySelect{ - menu: LOBBY_MENU_ID, - lobby: lobby, - })).await.unwrap().for_each(drop); -} \ No newline at end of file