diff --git a/draw_test.go b/draw_test.go index a7555fa..9457d93 100644 --- a/draw_test.go +++ b/draw_test.go @@ -11,7 +11,7 @@ barWidth int total int64 current int64 - barRefill *Refill + barRefill *refill want []byte }{ { @@ -66,7 +66,7 @@ barWidth: 100, total: 100, current: 40, - barRefill: &Refill{'+', 32}, + barRefill: &refill{'+', 32}, want: []byte("[+++++++++++++++++++++++++++++++=======>-----------------------------------------------------------]"), }, {