Skip to content

Commit

Permalink
String formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade authored Feb 14, 2020
1 parent 7247b60 commit 8b7f35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/iteminfo_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ TEST_CASE( "ranged weapon attributes", "[item][iteminfo]" )
iteminfo_test(
item( "compbow" ), q,
"--\n"
"Damage: <color_c_yellow>10</color>*<color_c_yellow>1.5</color> = <color_c_yellow>15</color>\n" );
"Damage: <color_c_yellow>10</color>*<color_c_yellow>1.50</color> = <color_c_yellow>15</color>\n" );
}

SECTION( "time to reload" ) {
Expand Down

0 comments on commit 8b7f35e

Please sign in to comment.