mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
More copy-paste errors
This commit is contained in:
parent
84f4ab5799
commit
2ffbe2f06e
@ -65,6 +65,6 @@ test_type!(strong_color_snake_enum(
|
||||
));
|
||||
test_type!(strong_color_upper_enum(
|
||||
MySql,
|
||||
ColorLower,
|
||||
ColorUpper,
|
||||
"'GREEN'" == ColorUpper::Green
|
||||
));
|
||||
|
||||
@ -105,7 +105,7 @@ test_type!(strong_color_snake_enum(
|
||||
));
|
||||
test_type!(strong_color_upper_enum(
|
||||
Postgres,
|
||||
ColorLower,
|
||||
ColorUpper,
|
||||
"'GREEN'" == ColorUpper::Green
|
||||
));
|
||||
|
||||
|
||||
@ -65,6 +65,6 @@ test_type!(strong_color_snake_enum(
|
||||
));
|
||||
test_type!(strong_color_upper_enum(
|
||||
Sqlite,
|
||||
ColorLower,
|
||||
ColorUpper,
|
||||
"'GREEN'" == ColorUpper::Green
|
||||
));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user