Skip to content

Commit

Permalink
#120 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed May 25, 2024
1 parent bc80763 commit 5d9e977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AuthApiTest : BotalkaTestSuite() {
user = UserDraftMessage("vitya"),
credential = Auth2ViaCodeMessage(
kind = CredentialKindMessage.yandex_code,
code = 123_456,
code = 654_321,
),
),
).awaitSingle()
Expand Down

0 comments on commit 5d9e977

Please sign in to comment.