mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Fixing a unit test
This commit is contained in:
parent
1eb1d71a3e
commit
3637da08de
1 changed files with 1 additions and 1 deletions
|
@ -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