From: Dessalines Date: Mon, 5 Oct 2020 16:53:13 +0000 (-0500) Subject: Changing one more darkly to browser. #1163 X-Git-Url: http://these/git/?a=commitdiff_plain;h=5e92fb47ededfd81efbd1b3ca6729606e7621564;p=lemmy.git Changing one more darkly to browser. #1163 --- diff --git a/tests/integration_test.rs b/tests/integration_test.rs index 4edaefac..f7b32151 100644 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -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(),