Skip to content

Commit

Permalink
test(e2e): fix npe
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 9, 2024
1 parent b5d07f3 commit e0fd153
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ func TestIntegration(t *testing.T) {

lg := zaptest.NewLogger(t)
au := codeAuth{
phone: string(res.AccountID),
token: res.Token,
phone: string(res.AccountID),
token: res.Token,
client: client,
}
tgc := telegram.NewClient(17349, "344583e45741c457fe1862106095a5eb", telegram.Options{
DCList: dcs.Test(),
Expand Down

0 comments on commit e0fd153

Please sign in to comment.