giving this character a name to prove i am a wise and omnipotent diety
This commit is contained in:
parent
9638181261
commit
9417105359
@ -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<_>>();
|
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{
|
assert!(matches!(&packets[0], (ClientId(2), SendShipPacket::SmallLeftDialog(SmallLeftDialog{
|
||||||
padding: [17664, 1157645568],
|
padding: [17664, 1157645568],
|
||||||
msg: _expectedmsg, // new characters have a blank name by default so it's missing here
|
msg: _expectedmsg,
|
||||||
}))));
|
}))));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user