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();