tests: Fix bad field access

As a result of an automatic merge, a private field was accessed that shouldn't be.
This commit is contained in:
Dorota Czaplejewicz
2020-10-14 10:12:57 +00:00
parent 2f613ea4c7
commit 229b3bac51

View File

@ -875,7 +875,7 @@ mod tests {
assert_eq!( assert_eq!(
out.views["base"].1 out.views["base"].1
.get_rows()[0].1 .get_rows()[0].1
.buttons[0].1 .get_buttons()[0].1
.state.borrow() .state.borrow()
.keycodes.len(), .keycodes.len(),
1 1