From 94171053593a324af9290e644a9a8cdc9331baa9 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 11 Jul 2022 20:28:03 +0000 Subject: [PATCH] giving this character a name to prove i am a wise and omnipotent diety --- tests/test_rooms.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rooms.rs b/tests/test_rooms.rs index c42226e..96311fe 100644 --- a/tests/test_rooms.rs +++ b/tests/test_rooms.rs @@ -177,7 +177,7 @@ async fn test_get_room_info() { let packets = ship.handle(ClientId(2), &RecvShipPacket::MenuDetail(MenuDetail{menu: 3, item: 0})).await.unwrap().collect::>(); assert!(matches!(&packets[0], (ClientId(2), SendShipPacket::SmallLeftDialog(SmallLeftDialog{ padding: [17664, 1157645568], - msg: _expectedmsg, // new characters have a blank name by default so it's missing here + msg: _expectedmsg, })))); }