diff --git a/sqlx-test/src/lib.rs b/sqlx-test/src/lib.rs index 09e3937d..e44b83c3 100644 --- a/sqlx-test/src/lib.rs +++ b/sqlx-test/src/lib.rs @@ -93,6 +93,6 @@ macro_rules! MySql_query_for_test_prepared_type { #[macro_export] macro_rules! Postgres_query_for_test_prepared_type { () => { - "SELECT {} is not distinct form $1, $2 as _1" + "SELECT {} is not distinct from $1, $2 as _1" }; }