Skip to content

Commit

Permalink
test: fix server test
Browse files Browse the repository at this point in the history
  • Loading branch information
lbennett-stacki committed Jun 14, 2024
1 parent 0fd13fb commit 5ae5e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/core/lib/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ mod tests {

let response = String::from_utf8((buf[..n]).to_vec());

assert_eq!(response, Ok("who\n".to_owned()));
assert_eq!(response, Ok("who".to_owned()));
}
}

0 comments on commit 5ae5e6f

Please sign in to comment.