Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbio committed May 9, 2020
1 parent 827944e commit 889ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/new_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestGetAppPath(t *testing.T) {
t.Errorf("mismatch, got %s", importPath)
}

appPath, _, importPath, appName, appEnvName, err = getAppPath([]string{"./stuff/test"}, "/templatepath")
appPath, _, importPath, appName, appEnvName, err = getAppPath([]string{"./stuff/test", "/templatepath"})
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 889ac5b

Please sign in to comment.