Update tests/carddatabase/filter_string_test.cpp

Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com>
This commit is contained in:
lilyhuang-github 2025-04-17 15:54:34 -04:00 committed by GitHub
parent e8a866c4bc
commit f4731453a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,9 @@ protected:
}
// void TearDown() override {}
CardData cat;
CardData cat;
CardData notDeadAfterAll;
CardData truth;
};
QUERY(Empty, cat, "", true)