diff --git a/fstest/run.go b/fstest/run.go index 1285ad888..8812d30b7 100644 --- a/fstest/run.go +++ b/fstest/run.go @@ -155,7 +155,7 @@ func NewRun(t *testing.T) *Run { } } // Check remote is empty - CheckItems(t, r.Fremote) + CheckListingWithPrecision(t, r.Fremote, []Item{}, []string{}, r.Fremote.Precision()) } } r.Logf = t.Logf