From a9638d6157b5e1f9210510d57b8609b7c956b656 Mon Sep 17 00:00:00 2001 From: Gerrit Viljoen Date: Sun, 17 May 2020 12:59:20 +0200 Subject: [PATCH] save game --- src/test.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test.rs b/src/test.rs index b80dacf..2a90ae8 100644 --- a/src/test.rs +++ b/src/test.rs @@ -522,7 +522,6 @@ fn mixed_types() { assert_eq!(expected, config.format(input)); } -#[ignore] #[test] fn color_codes_zero() { let config = AsciiTable::default(); @@ -629,7 +628,6 @@ fn color_codes() { assert_eq!(expected, config.format(input)); } -#[ignore] #[test] fn color_codes_in_header() { let mut config = AsciiTable::default();