mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
updating format to align with fmt
This commit is contained in:
parent
694ae1ee85
commit
7048d380c6
1 changed files with 1 additions and 2 deletions
|
@ -882,7 +882,6 @@ mod tests {
|
||||||
ApiError::PollQuestionMustBeNonEmpty,
|
ApiError::PollQuestionMustBeNonEmpty,
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
|
||||||
"{\"data\": \"Bad Request: poll options length must not exceed 100\"}",
|
"{\"data\": \"Bad Request: poll options length must not exceed 100\"}",
|
||||||
ApiError::PollOptionsLengthTooLong,
|
ApiError::PollOptionsLengthTooLong,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue