]> Untitled Git - lemmy.git/blobdiff - tests/integration_test.rs
Merge branch 'drone-io-dess' into move_views_to_diesel_drone
[lemmy.git] / tests / integration_test.rs
index 69f2d5f5baedcb3246413e6fe1186abcd00ddc97..75753d28089bb0821c3768b1cefe54f854bcc608 100644 (file)
@@ -29,8 +29,10 @@ use lemmy_apub::{
   },
 };
 use lemmy_db::{
-  community::{Community, CommunityForm},
-  user::{User_, *},
+  source::{
+    community::{Community, CommunityForm},
+    user::{User_, *},
+  },
   Crud,
   ListingType,
   SortType,