smaller test

This commit is contained in:
NatureFreshMilk 2019-01-17 13:35:46 +01:00
parent dcd5bca952
commit 1dae50c439

View File

@ -63,8 +63,8 @@ func TestSimpleRender(t *testing.T) {
}
}()
from := -3
to := 3
from := -10
to := 10
for x := from; x < to; x++ {
for z := from; z < to; z++ {