From 329d52f8556be16d03a5d47c18fb1b2473103947 Mon Sep 17 00:00:00 2001 From: Alex Whitney Date: Thu, 10 Nov 2022 14:35:32 +0000 Subject: [PATCH] typo --- tests/src/pg_remote_type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/pg_remote_type.rs b/tests/src/pg_remote_type.rs index 06acaa2..b740e5c 100644 --- a/tests/src/pg_remote_type.rs +++ b/tests/src/pg_remote_type.rs @@ -3,7 +3,7 @@ use diesel::prelude::*; #[cfg(feature = "postgres")] #[derive(diesel::sql_types::SqlType)] -#[diesel(postgres_type(name = "my_remoate_enum"))] +#[diesel(postgres_type(name = "my_remote_enum"))] pub struct MyRemoteEnumMapping; table! {