[board] Fix the shape_into_char test
This commit is contained in:
parent
e9607573c2
commit
98fce9acde
1 changed files with 1 additions and 1 deletions
|
@ -262,6 +262,6 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn shape_into_char() {
|
fn shape_into_char() {
|
||||||
assert_eq!(<Shape as Into<char>>::into(Shape::Pawn) as char, 'p');
|
assert_eq!(<Shape as Into<char>>::into(Shape::Pawn) as char, 'P');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue