summaryrefslogtreecommitdiffstats
path: root/src/tests/integration/move_focus_right.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/integration/move_focus_right.rs')
-rw-r--r--src/tests/integration/move_focus_right.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/integration/move_focus_right.rs b/src/tests/integration/move_focus_right.rs
index 62e2a0dfa..05421998a 100644
--- a/src/tests/integration/move_focus_right.rs
+++ b/src/tests/integration/move_focus_right.rs
@@ -20,7 +20,7 @@ fn get_fake_os_input(fake_win_size: &PositionAndSize) -> FakeInputOutput {
#[test]
pub fn move_focus_right() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -56,7 +56,7 @@ pub fn move_focus_right() {
#[test]
pub fn move_focus_right_to_the_most_recently_used_pane() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -94,7 +94,7 @@ pub fn move_focus_right_to_the_most_recently_used_pane() {
#[test]
pub fn move_focus_right_changes_tab() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,