This commit is contained in:
daichi
2020-10-26 22:31:21 +09:00
parent 93f81f751d
commit f874295a7a

View File

@@ -22,8 +22,6 @@ impl fmt::Display for Omikuji {
}
}
#[test]
fn test_display() {
assert_eq!(Omikuji::DAIKICHI.to_string(), "DAIKICHI.txt",);