Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
squeekboard
Commits
229b3bac
Commit
229b3bac
authored
Oct 14, 2020
by
Dorota Czaplejewicz
Browse files
tests: Fix bad field access
As a result of an automatic merge, a private field was accessed that shouldn't be.
parent
2f613ea4
Pipeline
#59785
passed with stages
in 22 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/data.rs
View file @
229b3bac
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment