fix login test
This commit is contained in:
parent
d86f5caca1
commit
a23a300a26
@ -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…
x
Reference in New Issue
Block a user