Fix unit test

This commit is contained in:
Jon Häggblad
2024-02-12 08:21:32 +01:00
parent 3fde9e648f
commit 0e3dbece8b
+1 -1
View File
@@ -226,7 +226,7 @@ mod tests {
},
)
};
assert_eq!(connect.to_bytes().unwrap().len(), 107);
assert_eq!(connect.to_bytes().unwrap().len(), 108);
}
#[test]