From: Dessalines Date: Sat, 6 Apr 2019 15:15:47 +0000 (-0700) Subject: Travis fix X-Git-Url: http://these/git/?a=commitdiff_plain;h=54e0a33dc22c92604942e632f3ab95ff108e341d;p=lemmy.git Travis fix --- diff --git a/server/src/actions/post_view.rs b/server/src/actions/post_view.rs index b41a77ae..1db15ea6 100644 --- a/server/src/actions/post_view.rs +++ b/server/src/actions/post_view.rs @@ -218,7 +218,8 @@ mod tests { downvotes: 0, hot_rank: 864, published: inserted_post.published, - updated: None + updated: None, + subscribed: None }; let expected_post_listing_with_user = PostView { @@ -238,7 +239,8 @@ mod tests { downvotes: 0, hot_rank: 864, published: inserted_post.published, - updated: None + updated: None, + subscribed: None };