From f3593347bd443a2ca5645addb1386b4ca99a880d Mon Sep 17 00:00:00 2001 From: Miepee Date: Mon, 23 Jan 2023 19:03:36 +0100 Subject: [PATCH] small annendum --- AM2RPortHelperTests/RawModsTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AM2RPortHelperTests/RawModsTests.cs b/AM2RPortHelperTests/RawModsTests.cs index 1ddbf1b..88b164d 100644 --- a/AM2RPortHelperTests/RawModsTests.cs +++ b/AM2RPortHelperTests/RawModsTests.cs @@ -143,6 +143,8 @@ public class RawModsTests break; } } + // There should be no subdirectories at the end + Assert.Equal(0, new DirectoryInfo(newExtract).GetDirectories().Length); } #endregion