mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-09 19:53:54 +00:00
Fixxed error in unittests
This commit is contained in:
parent
18a9f2118a
commit
fed3ae28cd
1 changed files with 2 additions and 1 deletions
|
@ -1277,9 +1277,10 @@ mod tests {
|
||||||
// This should only include the bot post, not the one you created
|
// This should only include the bot post, not the one you created
|
||||||
assert_eq!(vec![POST_BY_BOT], names(&read_read_post_listing));
|
assert_eq!(vec![POST_BY_BOT], names(&read_read_post_listing));
|
||||||
|
|
||||||
cleanup(data, pool).await
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test_context(Data)]
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
#[serial]
|
#[serial]
|
||||||
async fn creator_info(data: &mut Data) -> LemmyResult<()> {
|
async fn creator_info(data: &mut Data) -> LemmyResult<()> {
|
||||||
|
|
Loading…
Reference in a new issue