Skip to content

Commit

Permalink
Update npc_talk_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed May 2, 2020
1 parent bca17a2 commit d662a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/npc_talk_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ TEST_CASE( "npc_talk_items", "[npc_talk]" )
const std::vector<item *> glass_bottles = g->u.items_with( []( const item & it ) {
return it.typeId() == "bottle_glass";
} );
REQUIRE( glass_bottles.size() > 0 );
REQUIRE( !glass_bottles.empty() );
REQUIRE( g->u.wield( *glass_bottles.front() ) );
effects = d.responses[14].success;
effects.apply( d );
Expand Down

0 comments on commit d662a32

Please sign in to comment.