mirror of
https://github.com/VladimirMarkelov/clui.git
synced 2025-04-24 13:48:53 +08:00
test fixed
This commit is contained in:
parent
c862b4935f
commit
81c09077dc
@ -6,7 +6,7 @@ import (
|
||||
|
||||
func TestListBox(t *testing.T) {
|
||||
width, height := 10, 5
|
||||
lbox := CreateListBox(nil, width, height, DoNotScale)
|
||||
lbox := CreateListBox(nil, width, height, Fixed)
|
||||
|
||||
w, h := lbox.Size()
|
||||
if w != width {
|
||||
|
Loading…
x
Reference in New Issue
Block a user