Skip to content

Commit

Permalink
ebiten: Better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Oct 21, 2020
1 parent e7d080c commit d6eac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@ func TestImageDrawImageTooSmallScale(t *testing.T) {
}

// Issue #1399
func TestImageDrawImageCannotCreateMiamap(t *testing.T) {
func TestImageDrawImageCannotAllocateImageForMipmap(t *testing.T) {
dst := NewImage(1, 1)
src := NewImage(4096, 4096)

Expand Down

0 comments on commit d6eac8c

Please sign in to comment.