mirror of
https://github.com/ollama/ollama.git
synced 2026-04-23 17:29:54 +02:00
launch: add hermes (#15569)
This commit is contained in:
@@ -58,6 +58,9 @@ func TestLaunchCmd(t *testing.T) {
|
||||
if cmd.Long == "" {
|
||||
t.Error("Long description should not be empty")
|
||||
}
|
||||
if !strings.Contains(cmd.Long, "hermes") {
|
||||
t.Error("Long description should mention hermes")
|
||||
}
|
||||
})
|
||||
|
||||
t.Run("flags exist", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user