(_ context.Context, _ string, _ io.ReadCloser)
| 44 | } |
| 45 | |
| 46 | func (f *fakeLowLevelClient) Untar(_ context.Context, _ string, _ io.ReadCloser) error { |
| 47 | f.untarCount++ |
| 48 | return nil |
| 49 | } |
| 50 | |
| 51 | func TestSync_ExistingPath(t *testing.T) { |
| 52 | tmpDir := t.TempDir() |
nothing calls this directly
no outgoing calls
no test coverage detected