1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 11:47:46 +00:00

Remove unneeded imports for integration tests

This commit is contained in:
Joshua Goins 2023-03-31 17:30:22 -04:00
parent 4c9987a236
commit 2afb09570f

View file

@ -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)]