tests passed yay i quit

This commit is contained in:
Andy 2019-09-01 22:25:48 -03:00
parent ad8930fcb0
commit ebaef31bcc

View File

@ -259,6 +259,6 @@ mod tests {
fn test_login_checksum_ack() {
use super::PSOPacket;
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]);
}
}