Fix cargo test for OptMouse -> Mouse

This commit is contained in:
Cobrand
2016-12-07 00:41:03 +01:00
parent bddff42fc5
commit c772fdfa2d
+2 -2
View File
@@ -1901,7 +1901,7 @@ mod test {
timestamp: 5634,
window_id: 2,
which: 0,
mouse_btn: Some(MouseButton::Left),
mouse_btn: MouseButton::Left,
x: 543,
y: 345,
};
@@ -1913,7 +1913,7 @@ mod test {
timestamp: 0,
window_id: 2,
which: 0,
mouse_btn: Some(MouseButton::Left),
mouse_btn: MouseButton::Left,
x: 543,
y: 345,