Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jan 22, 2025
1 parent e2ca65f commit ae485d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/testutil/build_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ import (
"os/exec"
"path/filepath"
"runtime"
"testing"
"time"

"github.com/databricks/cli/libs/folders"
"github.com/stretchr/testify/require"
)

func BuildCLI(t *testing.T, flags ...string) string {
func BuildCLI(t TestingT, flags ...string) string {
repoRoot, err := folders.FindDirWithLeaf(".", ".git")
require.NoError(t, err)

Expand Down

0 comments on commit ae485d8

Please sign in to comment.