diff options
Diffstat (limited to 'crates/shirabe/tests/console')
| -rw-r--r-- | crates/shirabe/tests/console/html_output_formatter_test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/console/html_output_formatter_test.rs b/crates/shirabe/tests/console/html_output_formatter_test.rs index 2274ffe..31bd460 100644 --- a/crates/shirabe/tests/console/html_output_formatter_test.rs +++ b/crates/shirabe/tests/console/html_output_formatter_test.rs @@ -7,7 +7,6 @@ use shirabe_external_packages::symfony::console::formatter::{ }; #[test] -#[ignore] fn test_formatting() { let mut styles: IndexMap<String, Box<dyn OutputFormatterStyleInterface>> = IndexMap::new(); styles.insert( |
