From b3ae4b26df8785c5b7551828eaf1ec99d09a1199 Mon Sep 17 00:00:00 2001 From: Lily <112970249+lilyhuang-github@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:18:31 -0400 Subject: [PATCH] implement test case to cards with keyword in name --- tests/carddatabase/filter_string_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/carddatabase/filter_string_test.cpp b/tests/carddatabase/filter_string_test.cpp index 7a5878c5c..8f0bb8080 100644 --- a/tests/carddatabase/filter_string_test.cpp +++ b/tests/carddatabase/filter_string_test.cpp @@ -23,7 +23,6 @@ protected: truthOrTale = CardDatabaseManager::getInstance()->getCardBySimpleName("Truth or Tale"); } } - // void TearDown() override {} CardData cat;