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 41760f4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions tests/npc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,16 +203,12 @@ 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>",
"<name_b>", "<thirsty>",
"<swear!>", "<im_leaving_you>",
"<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>",
"<keep_up>", "<yawn>", "<let_me_pass>",
"<done_mugging>", "<drop_it>",
"<lets_talk>", "<hands_up>", "<hungry>",
}
};

Expand Down

0 comments on commit 41760f4

Please sign in to comment.