tidyup
This commit is contained in:
parent
2f3ee8f302
commit
2e4114d4de
|
@ -721,7 +721,7 @@ fn exit_from_string(string: String) -> Exit {
|
||||||
fn test_exit_from_string() {
|
fn test_exit_from_string() {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
exit_from_string("a 12,13".to_string()),
|
exit_from_string("a 12,13".to_string()),
|
||||||
Exit { room: "a".to_string(), position: Position { x: 12, y: 13}}
|
Exit { room: "a".to_string(), position: Position { x: 12, y: 13 } }
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue