renamed test function to match convention
This commit is contained in:
parent
9b8d4c7461
commit
fdc068e855
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/faiface/pixel"
|
"github.com/faiface/pixel"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestResizeRect(t *testing.T) {
|
func TestRect_Resize(t *testing.T) {
|
||||||
type rectTestTransform struct {
|
type rectTestTransform struct {
|
||||||
name string
|
name string
|
||||||
f func(pixel.Rect) pixel.Rect
|
f func(pixel.Rect) pixel.Rect
|
||||||
|
|
Loading…
Reference in New Issue