From 068a3ce23f7a30e917e1ea7e82fdf9b4f86e0d43 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 6 Mar 2020 23:39:35 +0100 Subject: [PATCH] Remove redundant return --- cmd/restic/integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/restic/integration_test.go b/cmd/restic/integration_test.go index f066e907d..582f7efdc 100644 --- a/cmd/restic/integration_test.go +++ b/cmd/restic/integration_test.go @@ -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)) rtest.Assert(t, len(forgets[0].Remove) == 2, "Expected 2 snapshots to be removed, got %v", len(forgets[0].Remove)) - return } func testRunPrune(t testing.TB, gopts GlobalOptions) {