summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Hynes <andrew.hynes@colabsoftware.com>2022-11-12 18:10:34 -0330
committerAndrew Hynes <andrew.hynes@colabsoftware.com>2022-11-12 18:10:34 -0330
commit7977c2deb524d91217f5f8e3d7730a4a4515b44d (patch)
tree616e8c85dd2b4b084cccc9900d16c9515320ca6d /pkg
parentd7fb441a3ce85c04627c0c629166141e6cf5578a (diff)
fix: delete duplicate line
Diffstat (limited to 'pkg')
-rw-r--r--pkg/integration/tests/tests.go1
1 files changed, 0 insertions, 1 deletions
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 {