fix: remove old code
This commit is contained in:
parent
9865fd21ce
commit
f5de996a89
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
pub fn packets() {
|
pub fn packets() {
|
||||||
assert_eq!(packet::Packet::V1 {
|
assert_eq!(packet::Packet {
|
||||||
src: Identifier::from(0xAABBCCDD),
|
src: Identifier::from(0xAABBCCDD),
|
||||||
dest: Identifier::from(0xAABBCCDD),
|
dest: Identifier::from(0xAABBCCDD),
|
||||||
packet_id: Identifier::from(0x00000001),
|
packet_id: Identifier::from(0x00000001),
|
||||||
|
|
Loading…
Reference in a new issue