Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 18, 2021
1 parent 7714d95 commit 22bda81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-packetline/tests/read/sideband.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async fn read_pack_with_progress_extraction() -> crate::Result {

let res = rd.read_line().await;
assert_eq!(
res.expect("line")??.to_text().expect("data line").0.as_bstr(),
res.expect("line")??.as_text().expect("data line").0.as_bstr(),
b"NAK".as_bstr()
);
let mut seen_texts = Vec::<BString>::new();
Expand Down

0 comments on commit 22bda81

Please sign in to comment.