From 2afb09570f4c2f6789b297e52ebb33d2ce855c19 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 31 Mar 2023 17:30:22 -0400 Subject: [PATCH] Remove unneeded imports for integration tests --- tests/integration_test.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/integration_test.rs b/tests/integration_test.rs index 8085e73..d51d131 100755 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -1,12 +1,7 @@ -use hmac_sha512::Hash; use physis::fiin::FileInfo; use physis::index; -use physis::patch::apply_patch; -use std::collections::HashMap; use std::env; use std::fs::read; -use std::process::Command; -use walkdir::WalkDir; #[test] #[cfg_attr(not(feature = "retail_game_testing"), ignore)]