bd sync: 2025-12-23 23:38:57

This commit is contained in:
Steve Yegge
2025-12-23 23:38:57 -08:00
parent 05e10b6759
commit e67f27c092
80 changed files with 7165 additions and 8490 deletions

View File

@@ -15,9 +15,7 @@ import (
// newMockLogger creates a daemonLogger that does nothing
func newMockLogger() daemonLogger {
return daemonLogger{
logFunc: func(format string, args ...interface{}) {},
}
return newTestLogger()
}
func TestFileWatcher_JSONLChangeDetection(t *testing.T) {