From 4a323aeba83ad0f937bf5d2ed18eaa7a5afdb79d Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Sun, 14 Jul 2024 16:12:41 -0400 Subject: [PATCH] Fix confusion between empty/nonempty test. The single_empty_file test was writing random content to the file, whereas the single_file test was writing an empty file. Only the latter tested different levels, so I figured that test was the one that should be using actual file content. --- tests/integration.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index bc20a0e57..233e2fbd9 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -91,10 +91,7 @@ fn single_empty_file(ext: Extension, #[any(size_range(0..8).lift())] exts: Vec