Removing invalid parse test
This commit is contained in:
parent
dcf4a4299a
commit
75c4268e4e
1 changed files with 0 additions and 7 deletions
|
|
@ -145,11 +145,4 @@ mod tests {
|
|||
let lines = vec![String::from("* LIST (\\HasNoChildren) \".\" \"INBOX\"\r\n"), String::from("a2 BAD broken.\r\n")];
|
||||
parse_response(lines).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[should_panic]
|
||||
fn parse_response_invalid2_test() {
|
||||
let lines = vec![String::from("* LIST (\\HasNoChildren) \".\" \"INBOX\"\r\n"), String::from("a2 broken.\r\n")];
|
||||
parse_response(lines).unwrap();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue