From 7977c2deb524d91217f5f8e3d7730a4a4515b44d Mon Sep 17 00:00:00 2001 From: Andrew Hynes Date: Sat, 12 Nov 2022 18:10:34 -0330 Subject: [PATCH] fix: delete duplicate line --- pkg/integration/tests/tests.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/integration/tests/tests.go b/pkg/integration/tests/tests.go index 54b85c0a3..d4dfd03d9 100644 --- a/pkg/integration/tests/tests.go +++ b/pkg/integration/tests/tests.go @@ -45,7 +45,6 @@ var tests = []*components.IntegrationTest{ stash.Rename, stash.Stash, stash.StashIncludingUntrackedFiles, - stash.Stash, } func GetTests() []*components.IntegrationTest {