From 33c47dfc9ce23426424e7217a046f01df47973c3 Mon Sep 17 00:00:00 2001 From: Miepee Date: Tue, 24 Jan 2023 01:24:10 +0100 Subject: [PATCH] remove unused usings --- AM2RPortHelperTests/RawModsTests.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/AM2RPortHelperTests/RawModsTests.cs b/AM2RPortHelperTests/RawModsTests.cs index 3e84b52..2cc1d33 100644 --- a/AM2RPortHelperTests/RawModsTests.cs +++ b/AM2RPortHelperTests/RawModsTests.cs @@ -1,9 +1,6 @@ -using System.Diagnostics; using System.IO.Compression; -using System.Reflection; using AM2RPortHelperLib; using UndertaleModLib; -using UndertaleModLib.Decompiler; using Xunit; using Xunit.Abstractions; @@ -11,7 +8,7 @@ namespace AM2RPortHelperTests; public class RawModsTests { - //TODO: write tests for mac later + //TODO: write tests using raw mac zips later private readonly string testTempDir; private readonly string libTempDir = Path.GetTempPath() + "/PortHelper/";