Adding TODO for make sure the client can read the response correctly

This commit is contained in:
Matt McCoy 2016-06-21 15:49:28 -04:00
parent b243f1ab5a
commit b8002d1fb8

View file

@ -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);