]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/impls/community.rs
Dropping default on pending column.
[lemmy.git] / crates / db_schema / src / impls / community.rs
index 18619de6f07dab77c2bc2c9ffc6c5d939ae71b31..073255cdb05c4b95ca14f325269841754ec7c6f1 100644 (file)
@@ -380,7 +380,7 @@ mod tests {
     let community_follower_form = CommunityFollowerForm {
       community_id: inserted_community.id,
       person_id: inserted_person.id,
-      pending: Some(false),
+      pending: false,
     };
 
     let inserted_community_follower =