bd sync: 2025-12-23 22:33:32
This commit is contained in:
@@ -15,7 +15,9 @@ import (
|
||||
|
||||
// newMockLogger creates a daemonLogger that does nothing
|
||||
func newMockLogger() daemonLogger {
|
||||
return newTestLogger()
|
||||
return daemonLogger{
|
||||
logFunc: func(format string, args ...interface{}) {},
|
||||
}
|
||||
}
|
||||
|
||||
func TestFileWatcher_JSONLChangeDetection(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user