Add bigger range in many size sizer tests

This commit is contained in:
lash 2023-04-14 09:19:11 +01:00
parent 6f68d8de57
commit 208ad0e287
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ eleven twelve
}
func TestManySizes(t *testing.T) {
for i := 50; i < 128; i++ {
for i := 60; i < 160; i++ {
st := state.NewState(0)
ca := cache.NewCache()
mn := NewMenu().WithOutputSize(32)
@ -222,7 +222,7 @@ func TestManySizes(t *testing.T) {
}
func TestManySizesMenued(t *testing.T) {
for i := 60; i < 128; i++ {
for i := 60; i < 160; i++ {
st := state.NewState(0)
ca := cache.NewCache()
mn := NewMenu().WithOutputSize(32)