Adding TODO for make sure the client can read the response correctly
This commit is contained in:
parent
b243f1ab5a
commit
b8002d1fb8
1 changed files with 1 additions and 0 deletions
|
|
@ -355,6 +355,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn close() {
|
||||
// TODO Make sure the response was read correctly
|
||||
let response = b"a1 OK CLOSE completed\r\n".to_vec();
|
||||
let mock_stream = MockStream::new(response);
|
||||
let mut imap_stream = create_client_with_mock_stream(mock_stream);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue