Skip to content

Commit 489a4cc

Browse files
committed
fixed tests
1 parent 09e3ac6 commit 489a4cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

moq-transport/src/setup/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ mod tests {
9494
assert_eq!(
9595
buf.to_vec(),
9696
vec![
97-
0x40, 0x40, 0x0D, 0x01, 0xC0, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x06, 0x01, 0x00,
97+
0x40, 0x40, 0x0D, 0x01, 0xC0, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x07, 0x01, 0x00,
9898
0x01, 0x03
9999
]
100100
);

moq-transport/src/setup/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ mod tests {
9393
assert_eq!(
9494
buf.to_vec(),
9595
vec![
96-
0x40, 0x41, 0x0C, 0xC0, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x06, 0x01, 0x00, 0x01,
96+
0x40, 0x41, 0x0C, 0xC0, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x07, 0x01, 0x00, 0x01,
9797
0x03
9898
]
9999
);

0 commit comments

Comments
 (0)