From f4731453a73591806037460d3b0e0ed3615507b0 Mon Sep 17 00:00:00 2001 From: lilyhuang-github <112970249+lilyhuang-github@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:54:34 -0400 Subject: [PATCH] Update tests/carddatabase/filter_string_test.cpp Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com> --- tests/carddatabase/filter_string_test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/carddatabase/filter_string_test.cpp b/tests/carddatabase/filter_string_test.cpp index 05f40c261..f395dbc8f 100644 --- a/tests/carddatabase/filter_string_test.cpp +++ b/tests/carddatabase/filter_string_test.cpp @@ -24,7 +24,9 @@ protected: } // void TearDown() override {} -CardData cat; + CardData cat; + CardData notDeadAfterAll; + CardData truth; }; QUERY(Empty, cat, "", true)