From 92eb30767e59506974d879d0f1ec53fb9c6fe19c Mon Sep 17 00:00:00 2001 From: Sascha Kuehl Date: Sun, 14 Jan 2024 11:16:41 +0100 Subject: [PATCH] extended TypeTraitsTest for mysql --- test/TypeTraitsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TypeTraitsTest.cpp b/test/TypeTraitsTest.cpp index b90a632..de9af92 100644 --- a/test/TypeTraitsTest.cpp +++ b/test/TypeTraitsTest.cpp @@ -83,7 +83,7 @@ struct data_type_traits } -TEMPLATE_TEST_CASE_METHOD(TypeTraitsTestFixture, "Special handling of attributes with type traits", "[typetraits]", Sqlite, Postgres) +TEMPLATE_TEST_CASE_METHOD(TypeTraitsTestFixture, "Special handling of attributes with type traits", "[typetraits]", Sqlite, Postgres, MySql) { auto &s = TypeTraitsTestFixture::session();