We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c35429 commit e4c245eCopy full SHA for e4c245e
internal/e2e/e2e.go
@@ -77,7 +77,7 @@ func FindRepositoryRootPath(t *testing.T) *paths.Path {
77
require.NoError(t, err)
78
for !repoRootPath.Join(".git").Exist() {
79
t.Log(repoRootPath.String())
80
- require.Contains(t, repoRootPath.String(), "orchestrator", "Error searching for repository root path")
+ require.Contains(t, repoRootPath.String(), "arduino-app-cli", "Error searching for repository root path")
81
repoRootPath = repoRootPath.Parent()
82
}
83
return repoRootPath
0 commit comments