Skip to content

Commit 1ae6d8d

Browse files
author
Gin
committed
rename test filename
1 parent 673e8e9 commit 1ae6d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/Tests/PokemonLZA_Tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ int test_pokemonLZA_BoxCellInfoDetector(const ImageViewRGB32& image, const std::
127127
// Where status is one of: Empty, Shiny, Alpha, ShinyAlpha
128128
// Examples:
129129
// test_2_3_Empty.png -> row 2, col 3, empty cell
130-
// test_2_3_Normal.png -> row 2, col 3, non-shiny, non-alpha pokemon
130+
// test_2_3_Regular.png -> row 2, col 3, non-shiny, non-alpha pokemon
131131
// test_2_3_Shiny.png -> row 2, col 3, shiny (non-alpha)
132132
// test_2_3_Alpha.png -> row 2, col 3, alpha (non-shiny)
133133
// test_2_3_ShinyAlpha.png -> row 2, col 3, shiny alpha
@@ -169,7 +169,7 @@ int test_pokemonLZA_BoxCellInfoDetector(const ImageViewRGB32& image, const std::
169169
expected_something_in_cell = false;
170170
expected_shiny = false;
171171
expected_alpha = false;
172-
} else if (status_word == "Normal"){
172+
} else if (status_word == "Regular"){
173173
expected_something_in_cell = true;
174174
expected_shiny = false;
175175
expected_alpha = false;

0 commit comments

Comments
 (0)