From 5e92fb47ededfd81efbd1b3ca6729606e7621564 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 5 Oct 2020 11:53:13 -0500 Subject: [PATCH] Changing one more darkly to browser. #1163 --- tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- 2.44.1