fix: warning: deprecated-declarations

This commit is contained in:
tobtoht
2026-04-28 12:49:05 +02:00
parent 3294b8e891
commit 57975abbd0
+1 -1
View File
@@ -232,7 +232,7 @@ using testing::Types;
typedef Types<BlockchainLMDB> implementations;
TYPED_TEST_CASE(BlockchainDBTest, implementations);
TYPED_TEST_SUITE(BlockchainDBTest, implementations);
TYPED_TEST(BlockchainDBTest, OpenAndClose)
{