Remove tests module
This commit is contained in:
parent
3b266cb94a
commit
14db74f212
7 changed files with 33 additions and 88 deletions
|
@ -323,8 +323,8 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn display() {
|
||||
assert_eq!(format!("{}", Square::c5()), "c5");
|
||||
assert_eq!(format!("{}", Square::a1()), "a1");
|
||||
assert_eq!(format!("{}", Square::h8()), "h8");
|
||||
assert_eq!(format!("{}", Square::C5), "c5");
|
||||
assert_eq!(format!("{}", Square::A1), "a1");
|
||||
assert_eq!(format!("{}", Square::H8), "h8");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue