fix: remove unreachable code in testutil.findProjectRoot

This commit is contained in:
Forbes
2026-02-14 14:02:48 -06:00
parent 690ad73161
commit 138ce16010

View File

@@ -3,7 +3,6 @@ package testutil
import (
"context"
"fmt"
"os"
"path/filepath"
"sort"
@@ -112,6 +111,4 @@ func findProjectRoot(t *testing.T) string {
}
dir = parent
}
panic(fmt.Sprintf("unreachable"))
}