Update enums3.rs
This commit is contained in:
parent
08efd2525f
commit
e4b9341098
|
@ -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