x/registry: upload smoke test passing

This commit is contained in:
Blake Mizerany
2024-04-03 14:30:58 -07:00
parent adc23d5f96
commit f5883070f8
4 changed files with 214 additions and 38 deletions

View File

@@ -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")
}