Skip to content

Commit 91b8f0e

Browse files
committed
fix(odbc): use decode-only test for padded UUID strings
1 parent 4dc9444 commit 91b8f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/odbc/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test_type!(uuid<sqlx_oldapi::types::Uuid>(Odbc,
105105

106106
// Extra UUID decoding edge cases (ODBC may return padded strings)
107107
#[cfg(feature = "uuid")]
108-
test_type!(uuid_padded<sqlx_oldapi::types::Uuid>(Odbc,
108+
test_decode_type!(uuid_padded<sqlx_oldapi::types::Uuid>(Odbc,
109109
"'550e8400-e29b-41d4-a716-446655440000 '" == sqlx_oldapi::types::Uuid::parse_str("550e8400-e29b-41d4-a716-446655440000").unwrap()
110110
));
111111

0 commit comments

Comments
 (0)