]> Untitled Git - lemmy.git/commitdiff
Travis fix
authorDessalines <tyhou13@gmx.com>
Sat, 6 Apr 2019 15:15:47 +0000 (08:15 -0700)
committerDessalines <tyhou13@gmx.com>
Sat, 6 Apr 2019 15:15:47 +0000 (08:15 -0700)
server/src/actions/post_view.rs

index b41a77aea810dcc28f5f533a66bededc70f7b94e..1db15ea68c085b3d0c5064264578e3d8e6efcd73 100644 (file)
@@ -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
     };