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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/split-escapes.rs b/tests/split-escapes.rs
index b630144..89e7b2e 100644
--- a/tests/split-escapes.rs
+++ b/tests/split-escapes.rs
@@ -12,7 +12,7 @@ fn write_to_screen(chunks: &mut Vec<Vec<u8>>) -> String {
for chunk in chunks.iter_mut() {
screen.process(&chunk);
}
- screen.window_contents(0, 0, 36, 192)
+ screen.contents(0, 0, 36, 192)
}
fn test_splits(filename: &str) {