From b6f57fa69f60a9ae71c64e891a15527dd58eb675 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Thu, 11 Jun 2020 09:55:28 -0400 Subject: Fix and unignore test --- src/config.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 61369c7f..4607a018 100644 --- a/src/config.rs +++ b/src/config.rs @@ -486,7 +486,6 @@ mod tests { use crate::tests::integration_test_utils::integration_test_utils; #[test] - #[ignore] fn test_syntax_theme_selection() { #[derive(PartialEq)] enum Mode { @@ -532,7 +531,7 @@ mod tests { syntax_theme::DEFAULT_LIGHT_THEME, Mode::Light, ), - (None, "1337", Some(Mode::Light), "1337", Mode::Light), + (None, "GitHub", Some(Mode::Light), "GitHub", Mode::Light), (Some("none"), "", None, "none", Mode::Dark), (Some("None"), "", Some(Mode::Light), "None", Mode::Light), ] { -- cgit v1.2.3