Browse Source

fix login test

pbs
jake 5 years ago
parent
commit
a23a300a26
  1. 2
      src/login/login.rs

2
src/login/login.rs

@ -193,7 +193,7 @@ mod test {
security_data: [74, 97, 107, 101, 115, 101, 114, 118, 50, 48, 50, 48, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
})).collect::<Vec<_>>();
})).unwrap().collect::<Vec<_>>();
assert!(send == vec![
(ClientId(1), SendLoginPacket::LoginResponse(LoginResponse {
flag: 0,

Loading…
Cancel
Save