Merge d183d8cf34
into a2f0401c4c
This commit is contained in:
commit
d391e865df
|
@ -53,7 +53,7 @@ mod tests {
|
|||
};
|
||||
state.process(Message::ChangeColor((255, 0, 255)));
|
||||
state.process(Message::Echo(String::from("hello world")));
|
||||
state.process(Message::Move(Point { x: 10, y: 15 }));
|
||||
state.process(Message::Move { x: 10, y: 15 });
|
||||
state.process(Message::Quit);
|
||||
|
||||
assert_eq!(state.color, (255, 0, 255));
|
||||
|
|
Loading…
Reference in a new issue