Skip to content

Commit 2cfbbea

Browse files
authored
test: Reduce the size of nested/0/1
1 parent ea26da5 commit 2cfbbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl Default for SampleWorkspace {
8383
}
8484
"nested" => dir! {
8585
"0" => dir! {
86-
"1" => file!("a".repeat(6000))
86+
"1" => file!("a".repeat(5000))
8787
}
8888
}
8989
"empty-dir" => dir! {}

0 commit comments

Comments
 (0)