fix syntax error

This commit is contained in:
Joseph Silva 2024-09-25 10:31:31 -07:00 committed by GitHub
parent ddac2def30
commit f3dfcd4f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -463,7 +463,7 @@ mod tests {
"beans".into(),
inserted_person.id,
inserted_community.id,
);
)
};
let inserted_scheduled_post = Post::create(pool, &new_scheduled_post).await.unwrap();