diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1191,7 +1191,7 @@ mod tests { &buf, &[ 0x00, 0x00, 0x5e, 0x00, 0x53, 0x01, 0x00, 0x00, 0x5e, 0x00, 0x53, 0x02, 0x88, 0x64, - 0x11, 0x00, 0x00, 0x01, 0x00, 0x09, 0xc2, 0x23, 0x02, 0x41, 0x00, 0x07, 0x66, 0x6f, + 0x11, 0x00, 0x00, 0x01, 0x00, 0x09, 0xc2, 0x23, 0x03, 0x41, 0x00, 0x07, 0x66, 0x6f, 0x6f ] ); @@ -1204,7 +1204,7 @@ mod tests { let buf = [ 0x00, 0x00, 0x5e, 0x00, 0x53, 0x01, 0x00, 0x00, 0x5e, 0x00, 0x53, 0x02, 0x88, 0x64, - 0x11, 0x00, 0x00, 0x01, 0x00, 0x09, 0xc2, 0x23, 0x01, 0x41, 0x00, 0x07, 0x66, 0x6f, + 0x11, 0x00, 0x00, 0x01, 0x00, 0x09, 0xc2, 0x23, 0x03, 0x41, 0x00, 0x07, 0x66, 0x6f, 0x6f, ]; success.deserialize(&mut buf.as_ref())?; |