diff --git a/apps/gophers/main_test.go b/apps/gophers/main_test.go index 358e1406..1d22b0da 100644 --- a/apps/gophers/main_test.go +++ b/apps/gophers/main_test.go @@ -37,6 +37,6 @@ func (config) Now() time.Time { return time.Now() } -func (config) Px(v ui.Value) int { +func (config) Px(v unit.Value) int { return int(v.V + .5) }