Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Oct 3, 2023
1 parent 38bcef3 commit 8d0e60b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class TelegramBotApiClientTest {
updateId = 8000,
message = Message(
messageId = MessageId(1000),
date = 2023,
date = UnixTimestamp(2023),
chat = Chat(
id = ChatId(1),
type = "private",
Expand Down Expand Up @@ -188,7 +188,7 @@ class TelegramBotApiClientTest {
ok = true,
result = Message(
messageId = MessageId(1000),
date = 2023,
date = UnixTimestamp(2023),
chat = Chat(
id = ChatId(1),
type = "private",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TelegramBotApiPollerTest {
updateId = 8000,
message = Message(
messageId = MessageId(1000),
date = 2023,
date = UnixTimestamp(2023),
chat = Chat(id = ChatId(1), type = "private"),
text = "Message 1"
)
Expand Down

0 comments on commit 8d0e60b

Please sign in to comment.