aboutsummaryrefslogtreecommitdiffstats
path: root/tests/split-escapes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/split-escapes.rs')
-rw-r--r--tests/split-escapes.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/split-escapes.rs b/tests/split-escapes.rs
index 157ff29..6339c07 100644
--- a/tests/split-escapes.rs
+++ b/tests/split-escapes.rs
@@ -13,8 +13,8 @@ fn write_to_parser(chunks: &mut Vec<Vec<u8>>) -> (String, Vec<u8>) {
parser.process(&chunk);
}
(
- parser.screen().contents(0, 0, 36, 192),
- parser.screen().contents_formatted(0, 0, 36, 192),
+ parser.screen().contents(),
+ parser.screen().contents_formatted(),
)
}