diff options
Diffstat (limited to 'modules/log/log_test.go')
-rw-r--r-- | modules/log/log_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/log/log_test.go b/modules/log/log_test.go index 0e7583081c..810505dea5 100644 --- a/modules/log/log_test.go +++ b/modules/log/log_test.go @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/assert" ) -func baseConsoleTest(t *testing.T, logger *Logger) (chan []byte, chan bool) { +func baseConsoleTest(t *testing.T, logger *MultiChannelledLogger) (chan []byte, chan bool) { written := make(chan []byte) closed := make(chan bool) |