This commit is contained in:
p0lunin 2020-07-04 10:47:46 +03:00
parent 58cb5ad152
commit 030a349f60

View file

@ -182,8 +182,5 @@ fn descriptions_off() {
Help,
}
assert_eq!(
DefaultCommands::descriptions(),
"/help\n".to_owned()
);
assert_eq!(DefaultCommands::descriptions(), "/help\n".to_owned());
}