From 540536b6bfb4ad80d1908eca82bd2c8702fa8856 Mon Sep 17 00:00:00 2001 From: Talison Fabio <54823205+talis-fb@users.noreply.github.com> Date: Thu, 17 Apr 2025 10:53:31 -0300 Subject: [PATCH] cargo fmt --- tests/integration.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index c39cc60..52413a7 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -471,7 +471,6 @@ fn unpack_rar_stdin() -> Result<(), Box> { Ok(()) } - #[proptest(cases = 25)] fn symlink_pack_and_unpack( ext: DirectoryExtension, @@ -604,4 +603,4 @@ fn no_git_folder_after_decompression_with_gitignore_flag_active() { !decompressed_subdir.join(".git").exists(), ".git folder should not exist after decompression" ); -} \ No newline at end of file +}