mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-16 01:22:20 +00:00
Corrected typo in test name
This commit is contained in:
@@ -76,7 +76,7 @@ INSTANTIATE_TEST_SUITE_P(StringTypes, DeserializeTextValueTest, Values(
|
||||
|
||||
text_value_testcase("bit", "\1", "\1", protocol_field_type::bit),
|
||||
text_value_testcase("decimal", "\1", "\1", protocol_field_type::newdecimal),
|
||||
text_value_testcase("geomtry", "\1", "\1", protocol_field_type::geometry, column_flags::binary | column_flags::blob)
|
||||
text_value_testcase("geometry", "\1", "\1", protocol_field_type::geometry, column_flags::binary | column_flags::blob)
|
||||
), test_name_generator);
|
||||
|
||||
template <typename SignedType, typename UnsignedType>
|
||||
|
||||
Reference in New Issue
Block a user