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);
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue