Fixing a unit test

This commit is contained in:
Dessalines 2019-03-28 12:34:58 -07:00
parent 49c61fc318
commit 0ee8f50abe

View file

@ -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);
}