mirror of
https://github.com/ollama/ollama.git
synced 2026-04-20 07:54:25 +02:00
x/registry: upload smoke test passing
This commit is contained in:
@@ -35,3 +35,10 @@ func TestChunks(t *testing.T) {
|
||||
|
||||
diff.Test(t, t.Errorf, got, want)
|
||||
}
|
||||
|
||||
func TestChunksBreak(t *testing.T) {
|
||||
for _, _ = range Chunks(1, 1) {
|
||||
return
|
||||
}
|
||||
t.Fatal("expected break")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user