Skip to content

Commit

Permalink
Rename TestAll to TestAccept
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Jan 6, 2025
1 parent 73b86b5 commit 6be8afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

var KeepTmp = os.Getenv("KEEP_TMP") != ""

func TestAll(t *testing.T) {
func TestAccept(t *testing.T) {
execPath := BuildCLI(t)
t.Setenv("CLI", execPath)

Expand Down

0 comments on commit 6be8afb

Please sign in to comment.