mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 13:38:30 -04:00
Remove unnecessary var
This commit is contained in:
parent
97e3731df2
commit
92268b742f
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ mod tests {
|
|||
.expect("Failed to write LOGIN nutdev0");
|
||||
|
||||
// Server receives login
|
||||
let _sentence = server_stream
|
||||
server_stream
|
||||
.read_sentence::<ServerSentences>()
|
||||
.expect("Failed to read LOGIN nutdev0")
|
||||
.exactly(ServerSentences::ExecLogin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue