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/";