Skip to content

Commit b5fec79

Browse files
committed
test(skill): fix test case name
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent 4343e40 commit b5fec79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/skills/registry/registry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func TestInstallDir(t *testing.T) {
8383
wantDir: filepath.Join("/home/monalisa", ".claude", "skills"),
8484
},
8585
{
86-
name: "claude code user scope",
86+
name: "claude code user scope, respect env var",
8787
setup: func(t *testing.T) {
8888
t.Setenv("CLAUDE_CONFIG_DIR", filepath.Join("/home", "monalisa", ".config", "claude"))
8989
},

0 commit comments

Comments
 (0)