renamed test function to match convention

This commit is contained in:
Ben Cragg 2019-01-29 09:40:44 +00:00
parent 9b8d4c7461
commit fdc068e855
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/faiface/pixel"
)
func TestResizeRect(t *testing.T) {
func TestRect_Resize(t *testing.T) {
type rectTestTransform struct {
name string
f func(pixel.Rect) pixel.Rect