Remove unnecessary var

This commit is contained in:
Aram 🍐 2021-08-04 22:08:41 -04:00
parent 97e3731df2
commit 92268b742f

View file

@ -284,7 +284,7 @@ mod tests {
.expect("Failed to write LOGIN nutdev0"); .expect("Failed to write LOGIN nutdev0");
// Server receives login // Server receives login
let _sentence = server_stream server_stream
.read_sentence::<ServerSentences>() .read_sentence::<ServerSentences>()
.expect("Failed to read LOGIN nutdev0") .expect("Failed to read LOGIN nutdev0")
.exactly(ServerSentences::ExecLogin { .exactly(ServerSentences::ExecLogin {