mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
More copy-paste errors
This commit is contained in:
parent
84f4ab5799
commit
2ffbe2f06e
3 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue