summaryrefslogtreecommitdiffstats
path: root/src/tests/integration/tabs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/integration/tabs.rs')
-rw-r--r--src/tests/integration/tabs.rs16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tests/integration/tabs.rs b/src/tests/integration/tabs.rs
index 36b95f850..c520eec73 100644
--- a/src/tests/integration/tabs.rs
+++ b/src/tests/integration/tabs.rs
@@ -21,7 +21,7 @@ fn get_fake_os_input(fake_win_size: &PositionAndSize) -> FakeInputOutput {
#[test]
pub fn open_new_tab() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -57,7 +57,7 @@ pub fn open_new_tab() {
#[test]
pub fn switch_to_prev_tab() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -94,7 +94,7 @@ pub fn switch_to_prev_tab() {
#[test]
pub fn switch_to_next_tab() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -131,7 +131,7 @@ pub fn switch_to_next_tab() {
#[test]
pub fn close_tab() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -168,7 +168,7 @@ pub fn close_tab() {
#[test]
pub fn close_last_pane_in_a_tab() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -206,7 +206,7 @@ pub fn close_last_pane_in_a_tab() {
#[test]
pub fn close_the_middle_tab() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -246,7 +246,7 @@ pub fn close_the_middle_tab() {
#[test]
pub fn close_the_tab_that_has_a_pane_in_fullscreen() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,
@@ -291,7 +291,7 @@ pub fn close_the_tab_that_has_a_pane_in_fullscreen() {
#[test]
pub fn closing_last_tab_exits_the_app() {
let fake_win_size = PositionAndSize {
- columns: 121,
+ cols: 121,
rows: 20,
x: 0,
y: 0,