Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aivean committed Dec 2, 2020
1 parent 8a9ec78 commit 9e04cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/itemname_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ TEST_CASE( "display name includes item contents", "[item][display_name][contents
CHECK( quiver.ammo_remaining() == 10 );
CHECK( quiver.display_name() ==
"<color_c_light_green>||\u00A0</color>"
"test wooden broadhead arrow (test quiver) (10)" );
"test quiver with test wooden broadhead arrows (10)" );
}

0 comments on commit 9e04cc2

Please sign in to comment.