We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4c06c commit 1e40ebaCopy full SHA for 1e40eba
internal/cli/cli_test.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func TestMain(m *testing.M) {
12
- err := os.Chdir("../../_example")
+ err := os.Chdir("../../_example/allOptions")
13
if err != nil {
14
fmt.Println(err)
15
os.Exit(1)
0 commit comments