fix test
This commit is contained in:
parent
17f9135ec8
commit
a87611b9ee
1 changed files with 1 additions and 1 deletions
|
|
@ -99,5 +99,5 @@ func TestInstallSkillToolMissingRegistry(t *testing.T) {
|
||||||
"slug": "some-skill",
|
"slug": "some-skill",
|
||||||
})
|
})
|
||||||
assert.True(t, result.IsError)
|
assert.True(t, result.IsError)
|
||||||
assert.Contains(t, result.ForLLM, "registry is required")
|
assert.Contains(t, result.ForLLM, "invalid registry")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue