diff --git a/app/stats/channel_test.go b/app/stats/channel_test.go index b2a1c174cf..09184bf579 100644 --- a/app/stats/channel_test.go +++ b/app/stats/channel_test.go @@ -388,7 +388,7 @@ func TestStatsChannelConcurrency(t *testing.T) { if ok { errCh <- fmt.Sprint("unexpected receiving: ", v) } else { - errCh <- fmt.Sprint("unexpected closing of channel") + errCh <- "unexpected closing of channel" } default: }