renamed assets so that they are more consistent
This commit is contained in:
parent
21385e9b2d
commit
bd8165e47f
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 674 B |
@ -34,7 +34,7 @@ func TestImageReader(t *testing.T) {
|
|||||||
7, 5,
|
7, 5,
|
||||||
40, 40,
|
40, 40,
|
||||||
white, black,
|
white, black,
|
||||||
"../../assets/bigger.png",
|
"../../assets/trivial-bigger.png",
|
||||||
[][]byte{
|
[][]byte{
|
||||||
{0b_0001000_0},
|
{0b_0001000_0},
|
||||||
{0b_0001000_0},
|
{0b_0001000_0},
|
||||||
@ -49,7 +49,7 @@ func TestImageReader(t *testing.T) {
|
|||||||
40, 40,
|
40, 40,
|
||||||
|
|
||||||
white, black,
|
white, black,
|
||||||
"../../assets/bigger_staggered.png",
|
"../../assets/trivial-bigger-staggered.png",
|
||||||
[][]byte{
|
[][]byte{
|
||||||
{0b_0001000_0},
|
{0b_0001000_0},
|
||||||
{0b_0001000_0},
|
{0b_0001000_0},
|
||||||
|
Loading…
Reference in New Issue
Block a user