Remove russian text from telegram_response.rs

This commit is contained in:
Temirkhan Myrzamadi 2020-02-21 23:55:04 +06:00
parent 1e559d7ddb
commit 1bb5c0ef0e

View file

@ -71,7 +71,7 @@ mod tests {
assert_eq!(expected, kind);
}
else {
panic!("Этой херни здесь не должно быть");
panic!("Expected ApiErrorKind::TerminatedByOtherGetUpdates");
}
}
}