mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
restore: embed progress.Printer in restore-specific printer
This commit is contained in:
@@ -999,6 +999,7 @@ func TestRestorerSparseOverwrite(t *testing.T) {
|
||||
|
||||
type printerMock struct {
|
||||
s restoreui.State
|
||||
progress.NoopPrinter
|
||||
}
|
||||
|
||||
func (p *printerMock) Update(_ restoreui.State, _ time.Duration) {
|
||||
|
||||
Reference in New Issue
Block a user