Skip to content

Commit 749774d

Browse files
committed
Update the tests for the string change
1 parent a374579 commit 749774d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/iteminfo_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ TEST_CASE( "armor_protection", "[iteminfo][armor][protection]" )
15421542
"<color_c_white>Coverage</color>: <color_c_light_blue>Close to skin</color>.\n"
15431543
" Default: <color_c_yellow>100</color>\n";
15441544
const std::string protection_str =
1545-
"<color_c_white>Protection</color>: <color_c_red>4%</color>, <color_c_yellow>Median</color>, <color_c_green>4%</color>\n";
1545+
"<color_c_white>Protection</color>: <color_c_red>4%</color> chance, <color_c_yellow>Median</color> chance, <color_c_green>4%</color> chance\n";
15461546
const std::string bash_str =
15471547
" Bash: <color_c_red>1.00</color>, <color_c_yellow>12.00</color>, <color_c_green>23.00</color>\n";
15481548
const std::string cut_str =

0 commit comments

Comments
 (0)