aboutsummaryrefslogtreecommitdiffstats
path: root/tests/window_contents.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/window_contents.rs')
-rw-r--r--tests/window_contents.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/window_contents.rs b/tests/window_contents.rs
index a300438..a3df341 100644
--- a/tests/window_contents.rs
+++ b/tests/window_contents.rs
@@ -556,7 +556,7 @@ fn diff_crawl(i: usize) {
let screens: Vec<_> = (1..=i)
.map(|i| {
let mut file =
- std::fs::File::open(format!("tests/data/crawl/crawl{}", i))
+ std::fs::File::open(format!("tests/data/crawl/crawl{i}"))
.unwrap();
let mut frame = vec![];
file.read_to_end(&mut frame).unwrap();