Skip to content

Commit

Permalink
Merge branch 'main' into bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
aersam committed May 1, 2024
2 parents 8cee1fe + e74b556 commit 573342a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tds/codec/column_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,7 @@ mod tests {
.await
.expect("decode must succeed");

assert_eq!(nd, d);

reader.read_u8().await.expect_err("decode must consume entire buffer");
assert_eq!(nd, d)
}

#[tokio::test]
Expand Down

0 comments on commit 573342a

Please sign in to comment.