]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/impls/community.rs
Revert "Add pending, and change use specific API response for FollowCommunity…" ...
[lemmy.git] / crates / db_schema / src / impls / community.rs
index 073255cdb05c4b95ca14f325269841754ec7c6f1..14a670f51c58ad1c7e33263b582fd8a678f879cc 100644 (file)
@@ -390,7 +390,7 @@ mod tests {
       id: inserted_community_follower.id,
       community_id: inserted_community.id,
       person_id: inserted_person.id,
-      pending: false,
+      pending: Some(false),
       published: inserted_community_follower.published,
     };