From 5928757a6f12848b58e935cead78c02f05e8c5af Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Tue, 17 Feb 2026 10:38:35 -0500 Subject: [PATCH] chore(git-dir): fix spelling in test name --- commands/execenv/loading_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/execenv/loading_test.go b/commands/execenv/loading_test.go index fb37043e8c1b13febf847761057d44642b2881c5..d770dbcbcbf6b11e80735134272a9251531b4ebc 100644 --- a/commands/execenv/loading_test.go +++ b/commands/execenv/loading_test.go @@ -43,7 +43,7 @@ func TestGetRepoPath(t *testing.T) { assert.Equal(t, gitDir, path) }) - t.Run("GIT_DIR supercedes --git-dir", func(t *testing.T) { + t.Run("GIT_DIR supersedes --git-dir", func(t *testing.T) { cacheDir, err := os.UserCacheDir() require.NoError(t, err)