save game

This commit is contained in:
Gerrit Viljoen 2020-05-17 12:59:20 +02:00
parent a30489cd5b
commit a9638d6157

View File

@ -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();