Skip to content

Commit

Permalink
test: Reduce the size of nested/0/1
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub authored Feb 10, 2024
1 parent ea26da5 commit 2cfbbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Default for SampleWorkspace {
}
"nested" => dir! {
"0" => dir! {
"1" => file!("a".repeat(6000))
"1" => file!("a".repeat(5000))
}
}
"empty-dir" => dir! {}
Expand Down

0 comments on commit 2cfbbea

Please sign in to comment.