From 229b3bac5143886a1af1698ebd2cf03c2ff96759 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Wed, 14 Oct 2020 10:12:57 +0000 Subject: [PATCH] tests: Fix bad field access As a result of an automatic merge, a private field was accessed that shouldn't be. --- src/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.rs b/src/data.rs index a059639a..6db7a246 100644 --- a/src/data.rs +++ b/src/data.rs @@ -875,7 +875,7 @@ mod tests { assert_eq!( out.views["base"].1 .get_rows()[0].1 - .buttons[0].1 + .get_buttons()[0].1 .state.borrow() .keycodes.len(), 1