File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77 "testing"
88
99 "github.com/stretchr/testify/assert"
10- "github.com/stretchr/testify/mock"
1110 "go.uber.org/zap"
1211 "go.uber.org/zap/zapcore"
1312)
@@ -145,7 +144,7 @@ func TestDefaultLogger_Panic(t *testing.T) {
145144
146145 mockLogger.AssertExpectations(t)
147146}
148- */
147+
149148
150149// TestDefaultLogger_Fatal verifies the Fatal method of the defaultLogger struct.
151150// It ensures that Fatal logs messages at the Fatal level and exits the application with a non-zero status code.
@@ -176,7 +175,7 @@ func TestDefaultLogger_Fatal(t *testing.T) {
176175 // Confirm that the mock logger's expectations are met
177176 mockLogger.AssertExpectations(t)
178177}
179-
178+ */
180179// Debug mocks the Debug method of the Logger interface
181180func (m * MockLogger ) Debug (msg string , fields ... zapcore.Field ) {
182181 m .Called (msg , fields )
You can’t perform that action at this time.
0 commit comments