forked from TrueCloudLab/restic
Remove redundant return
This commit is contained in:
parent
ee05501ce7
commit
068a3ce23f
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ func testRunForgetJSON(t testing.TB, gopts GlobalOptions, args ...string) {
|
||||||
"Expected 1 snapshot to be kept, got %v", len(forgets[0].Keep))
|
"Expected 1 snapshot to be kept, got %v", len(forgets[0].Keep))
|
||||||
rtest.Assert(t, len(forgets[0].Remove) == 2,
|
rtest.Assert(t, len(forgets[0].Remove) == 2,
|
||||||
"Expected 2 snapshots to be removed, got %v", len(forgets[0].Remove))
|
"Expected 2 snapshots to be removed, got %v", len(forgets[0].Remove))
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func testRunPrune(t testing.TB, gopts GlobalOptions) {
|
func testRunPrune(t testing.TB, gopts GlobalOptions) {
|
||||||
|
|
Loading…
Reference in a new issue