Potential fix for pull request finding · Entire

Potential fix for pull request finding

97266ca→main·

suhaanthayyil·2d ago·1 file·+0 added/-1 removed

Co-authored-by: Copilot Autofix powered by AI 175728472+Copilot@users.noreply.github.com

Changes

1

25 unmodified lines

26
27
28
29
29
30
31

25 unmodified lines

func TestSubmoduleWorktree_SessionCreatesCheckpoint(t *testing.T) {
    t.Parallel()
    env := NewTestEnv(t)
    defer env.Cleanup()

root := env.T.TempDir()
    if resolved, err := filepath.EvalSymlinks(root); err == nil {

Mcmd/entire/cli/integration_test/submodule_worktree_test.go-1