mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
fix syntax error
This commit is contained in:
parent
ddac2def30
commit
f3dfcd4f76
@ -463,7 +463,7 @@ mod tests {
|
|||||||
"beans".into(),
|
"beans".into(),
|
||||||
inserted_person.id,
|
inserted_person.id,
|
||||||
inserted_community.id,
|
inserted_community.id,
|
||||||
);
|
)
|
||||||
};
|
};
|
||||||
let inserted_scheduled_post = Post::create(pool, &new_scheduled_post).await.unwrap();
|
let inserted_scheduled_post = Post::create(pool, &new_scheduled_post).await.unwrap();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user