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:
@@ -346,3 +346,7 @@ func TestEventDrivenHandoffIntegration(t *testing.T) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
func init() {
|
||||
SetLogger(&VoidLogger{})
|
||||
}
|
||||
|
Reference in New Issue
Block a user