Fix the warnings

This commit is contained in:
Temirkhan Myrzamadi 2019-09-19 00:04:58 +06:00
parent 4e19627f38
commit cc534cb95b

View file

@ -77,7 +77,7 @@ mod tests {
}
#[test]
fn append_to_row__existent_row() {
fn append_to_row_existent_row() {
let button1 = InlineKeyboardButton::url(
"text 1".to_string(),
"url 1".to_string(),
@ -98,7 +98,7 @@ mod tests {
}
#[test]
fn append_to_row__nonexistent_row() {
fn append_to_row_nonexistent_row() {
let button1 = InlineKeyboardButton::url(
"text 1".to_string(),
"url 1".to_string(),