tests passed yay i quit
This commit is contained in:
parent
ad8930fcb0
commit
ebaef31bcc
@ -259,6 +259,6 @@ mod tests {
|
|||||||
fn test_login_checksum_ack() {
|
fn test_login_checksum_ack() {
|
||||||
use super::PSOPacket;
|
use super::PSOPacket;
|
||||||
let pkt = super::ChecksumAck::new(1);
|
let pkt = super::ChecksumAck::new(1);
|
||||||
assert!(pkt.as_bytes() == [0xC, 0, 0xE8, 0x01, 0,0,0,0, 1,0,0,0]);
|
assert!(pkt.as_bytes() == [0xC, 0, 0xE8, 0x02, 0,0,0,0, 1,0,0,0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user