mirror of
https://github.com/YGGverse/titanite.git
synced 2026-04-01 01:25:35 +00:00
remove extra format
This commit is contained in:
parent
e1553f6d6f
commit
160ef13ba6
25 changed files with 67 additions and 67 deletions
|
|
@ -52,7 +52,7 @@ impl NotValid {
|
|||
|
||||
#[test]
|
||||
fn test() {
|
||||
let request = format!("62 message\r\n");
|
||||
let request = "62 message\r\n";
|
||||
let source = NotValid::from_bytes(request.as_bytes()).unwrap();
|
||||
|
||||
assert_eq!(source.message, Some("message".to_string()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue