summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-03-28 12:34:58 -0700
committerDessalines <tyhou13@gmx.com>2019-03-28 12:34:58 -0700
commit0ee8f50abe5b6efe13ff2b7dd56ffaf0553ac4ef (patch)
treed71d81618becdb725c9e38be3e85892a876bab2e
parent49c61fc31818e92fea00f8cd9d1c048104d8ecbf (diff)
Fixing a unit test
-rw-r--r--server/src/actions/community.rs2
1 files changed, 1 insertions, 1 deletions
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);
}