Skip to content

Commit b44c1d8

Browse files
committed
Cleanup
1 parent b8c29b0 commit b44c1d8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmd/tools/list_tools_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ func TestListCommand_MultipleVersions(t *testing.T) {
321321
versions := []string{"1.21.0", "1.22.0", "1.23.0"}
322322
for _, v := range versions {
323323
// Create Go binary for version using helper (handles .bat on Windows)
324-
goBinDir := filepath.Join(tmpDir, "versions", v, "bin")
325324
cmdtest.CreateTestBinary(t, tmpDir, v, "go")
326325

327326
// Create tools using helper (handles .bat on Windows)

internal/cmdtest/fixtures_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ func TestFixtureWithTools(t *testing.T) {
7676
// Verify tools were created using FindExecutable (handles .bat/.exe on Windows)
7777
toolDir := filepath.Join(f.Root, "versions", "1.21.0", "gopath", "bin")
7878

79-
goplsPath := filepath.Join(toolDir, "gopls")
8079
if _, err := utils.FindExecutable(toolDir, "gopls"); err != nil {
8180
t.Errorf("gopls not found in %s: %v", toolDir, err)
8281
}

0 commit comments

Comments
 (0)