Skip to content

Commit

Permalink
Fix snippet test
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwuewsky committed Jan 8, 2025
1 parent c544133 commit d446997
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/npc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,16 +203,7 @@ TEST_CASE( "snippet-tag-test" )
// Actually used tags
static const std::set<std::string> npc_talk_tags = {
{
"<name_b>", "<thirsty>", "<swear!>",
"<sad>", "<greet>", "<no>",
"<im_leaving_you>", "<ill_kill_you>", "<ill_die>",
"<wait>", "<no_faction>", "<name_g>",
"<keep_up>", "<yawn>", "<very>",
"<okay>", "<really>",
"<let_me_pass>", "<done_mugging>", "<happy>",
"<drop_it>", "<swear>", "<lets_talk>",
"<hands_up>", "<move>", "<hungry>",
"<fuck_you>",
"<name_b>", "<thirsty>"
}
};

Expand Down

0 comments on commit d446997

Please sign in to comment.