]> Untitled Git - lemmy.git/commitdiff
Changing one more darkly to browser. #1163
authorDessalines <tyhou13@gmx.com>
Mon, 5 Oct 2020 16:53:13 +0000 (11:53 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 5 Oct 2020 16:53:13 +0000 (11:53 -0500)
tests/integration_test.rs

index 4edaefac5147d8d335d2aaa0952f370cf0f5cc93..f7b32151e5ad8fbf0280c51f7be15c41a7d2cd2e 100644 (file)
@@ -88,7 +88,7 @@ fn create_user(conn: &PgConnection, name: &str) -> User_ {
     updated: None,
     published: None,
     show_nsfw: false,
-    theme: "darkly".into(),
+    theme: "browser".into(),
     default_sort_type: SortType::Hot as i16,
     default_listing_type: ListingType::Subscribed as i16,
     lang: "browser".into(),