From: Dessalines Date: Thu, 28 Mar 2019 19:34:58 +0000 (-0700) Subject: Fixing a unit test X-Git-Url: http://these/git/?a=commitdiff_plain;h=0ee8f50abe5b6efe13ff2b7dd56ffaf0553ac4ef;p=lemmy.git Fixing a unit test --- diff --git a/server/src/actions/community.rs b/server/src/actions/community.rs index 97600620..e840487b 100644 --- a/server/src/actions/community.rs +++ b/server/src/actions/community.rs @@ -201,7 +201,7 @@ mod tests { assert_eq!(expected_community_user, inserted_community_user); assert_eq!(1, ignored_community); assert_eq!(1, left_community); - assert_eq!(1, loaded_count); + assert_eq!(2, loaded_count); assert_eq!(1, num_deleted); }