mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 17:55:10 +00:00
Fixing a unit test
This commit is contained in:
parent
49c61fc318
commit
0ee8f50abe
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue