Fixxed error in unittests

This commit is contained in:
lseeger 2024-12-19 19:07:34 +01:00
parent 18a9f2118a
commit fed3ae28cd

View file

@ -1277,9 +1277,10 @@ mod tests {
// This should only include the bot post, not the one you created
assert_eq!(vec![POST_BY_BOT], names(&read_read_post_listing));
cleanup(data, pool).await
Ok(())
}
#[test_context(Data)]
#[tokio::test]
#[serial]
async fn creator_info(data: &mut Data) -> LemmyResult<()> {