giving this character a name to prove i am a wise and omnipotent diety
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
andy 2022-07-11 20:28:03 +00:00
parent 9638181261
commit 9417105359

View File

@ -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::<Vec<_>>();
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,
}))));
}