Skip to content

Commit 7e462f0

Browse files
Fix testing
1 parent 66849b8 commit 7e462f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/telegram/telegram_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ func newTelegram(client *http.Client, opts *config.Options, endpoint string) (tg
194194
return tg, nil, err
195195
}
196196
store := storage.NewStorage(nil, db)
197-
defer store.Close()
198197

199198
cfg := []pooling.Option{
200199
pooling.Capacity(opts.PoolingSize()),

0 commit comments

Comments
 (0)