mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 12:54:01 +03:00
Update to the latest golangci-lint
This commit is contained in:
@@ -100,8 +100,8 @@ func (suite *StatsdTestSuite) SetupTest() {
|
||||
|
||||
func (suite *StatsdTestSuite) TearDownTest() {
|
||||
suite.statsd.Shutdown()
|
||||
suite.factory.Close()
|
||||
suite.statsdServer.Close()
|
||||
suite.factory.Close() //nolint: errcheck
|
||||
suite.statsdServer.Close() //nolint: errcheck
|
||||
}
|
||||
|
||||
func (suite *StatsdTestSuite) TestTelegramPath() {
|
||||
|
||||
Reference in New Issue
Block a user