()
| 39 | } |
| 40 | func (b *syncBuffer) Sync() error { return nil } |
| 41 | func (b *syncBuffer) String() string { return b.mu.String() } |
| 42 | |
| 43 | func TestAddDebugFileSink_BeforeAttach_NotInFile(t *testing.T) { |
| 44 | SetRedactor(nil) |
no outgoing calls
no test coverage detected