integration.Suite (#1518)

This commit is contained in:
Victor Sokolov
2025-09-09 16:25:45 +02:00
committed by GitHub
parent 2d9ad5c250
commit 01327c1cce
40 changed files with 183 additions and 179 deletions

View File

@@ -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()
}