Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ab7d5e5

Browse files
committedSep 1, 2024··
Fix testing
1 parent e1aeeb6 commit ab7d5e5

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)
Please sign in to comment.