summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Hynes <andrew.hynes@colabsoftware.com>2022-11-12 18:11:34 -0330
committerAndrew Hynes <andrew.hynes@colabsoftware.com>2022-11-12 18:11:34 -0330
commit9e91aa8b439e79b531debb46c1b6e88206146313 (patch)
treecf96a6cb89c9898ccb87197872db97a649049712 /pkg
parent7977c2deb524d91217f5f8e3d7730a4a4515b44d (diff)
fix: delete duplicate import
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 d4dfd03d9..8d5f6adde 100644
--- a/pkg/integration/tests/tests.go
+++ b/pkg/integration/tests/tests.go
@@ -18,7 +18,6 @@ import (
"github.com/jesseduffield/lazygit/pkg/integration/tests/file"
"github.com/jesseduffield/lazygit/pkg/integration/tests/interactive_rebase"
"github.com/jesseduffield/lazygit/pkg/integration/tests/stash"
- "github.com/jesseduffield/lazygit/pkg/utils"
)
// Here is where we lists the actual tests that will run. When you create a new test,