1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-08 19:52:07 +03:00

disable logger for cleaner test output

This commit is contained in:
Nedyalko Dyakov
2025-08-29 22:00:24 +03:00
parent 919cc6a83f
commit 208ca701b8
3 changed files with 6 additions and 14 deletions

View File

@@ -346,3 +346,7 @@ func TestEventDrivenHandoffIntegration(t *testing.T) {
}
})
}
func init() {
SetLogger(&VoidLogger{})
}