mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
typo
This commit is contained in:
@@ -309,7 +309,7 @@ mod tests {
|
|||||||
// Focus
|
// Focus
|
||||||
component.active();
|
component.active();
|
||||||
assert_eq!(component.states.focus, true);
|
assert_eq!(component.states.focus, true);
|
||||||
component.blue();
|
component.blur();
|
||||||
assert_eq!(component.states.focus, false);
|
assert_eq!(component.states.focus, false);
|
||||||
// Increment list index
|
// Increment list index
|
||||||
component.states.list_index += 1;
|
component.states.list_index += 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user