Skip to content

Commit 1c58c3c

Browse files
committed
Fix TearDownSuite name
1 parent 3fd49b0 commit 1c58c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/suites/log_level_endpoint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (s *LogLevelTestSuite) SetupSuite() {
2424
s.StartCollector(false, options)
2525
}
2626

27-
func (s *LogLevelTestSuite) TeardownSuite() {
27+
func (s *LogLevelTestSuite) TearDownSuite() {
2828
s.StopCollector()
2929
}
3030

0 commit comments

Comments
 (0)