mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix the warnings
This commit is contained in:
parent
4e19627f38
commit
cc534cb95b
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue