Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Aug 31, 2024
1 parent 66849b8 commit 7e462f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/telegram/telegram_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ func newTelegram(client *http.Client, opts *config.Options, endpoint string) (tg
return tg, nil, err
}
store := storage.NewStorage(nil, db)
defer store.Close()

cfg := []pooling.Option{
pooling.Capacity(opts.PoolingSize()),
Expand Down

0 comments on commit 7e462f0

Please sign in to comment.