Skip to content

Commit 8ad2595

Browse files
19118605381911860538
andauthored
test(common): add missing assertion in full_rewind test (#3926)
Co-authored-by: 1911860538 <[email protected]>
1 parent 24f0da8 commit 8ad2595

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/io/rewind.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,7 @@ mod tests {
156156

157157
let mut buf = [0; 5];
158158
stream.read_exact(&mut buf).await.expect("read1");
159+
160+
assert_eq!(&buf, &underlying);
159161
}
160162
}

0 commit comments

Comments
 (0)