mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-29 04:53:05 +02:00
integration.Suite (#1518)
This commit is contained in:
@@ -18,7 +18,7 @@ func (s *TestCondSuite) SetupTest() {
|
||||
s.cond = NewCond()
|
||||
}
|
||||
|
||||
func (s *TestCondSuite) TeardownTest() {
|
||||
func (s *TestCondSuite) TearDownTest() {
|
||||
if s.cond != nil {
|
||||
s.cond.Close()
|
||||
}
|
||||
|
Reference in New Issue
Block a user