From 41760f4d668f6fab5cdc8594f7f6db4898c9ede6 Mon Sep 17 00:00:00 2001 From: Sab Pyrope <99945024+Uwuewsky@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:51:41 +0800 Subject: [PATCH] Fix snippet test --- tests/npc_test.cpp | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tests/npc_test.cpp b/tests/npc_test.cpp index 1ce6850feee52..0f5624f56747a 100644 --- a/tests/npc_test.cpp +++ b/tests/npc_test.cpp @@ -203,16 +203,12 @@ TEST_CASE( "snippet-tag-test" ) // Actually used tags static const std::set npc_talk_tags = { { - "", "", "", - "", "", "", - "", "", "", + "", "", + "", "", "", "", "", - "", "", "", - "", "", - "", "", "", - "", "", "", - "", "", "", - "", + "", "", "", + "", "", + "", "", "", } };