summaryrefslogtreecommitdiffstats
path: root/modules/log/log_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/log/log_test.go')
-rw-r--r--modules/log/log_test.go2
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)