Skip to content

Commit e4c245e

Browse files
committed
fix e2e tests
1 parent 3c35429 commit e4c245e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/e2e/e2e.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func FindRepositoryRootPath(t *testing.T) *paths.Path {
7777
require.NoError(t, err)
7878
for !repoRootPath.Join(".git").Exist() {
7979
t.Log(repoRootPath.String())
80-
require.Contains(t, repoRootPath.String(), "orchestrator", "Error searching for repository root path")
80+
require.Contains(t, repoRootPath.String(), "arduino-app-cli", "Error searching for repository root path")
8181
repoRootPath = repoRootPath.Parent()
8282
}
8383
return repoRootPath

0 commit comments

Comments
 (0)