Move unit tests to their respective directory

This commit is contained in:
Stone_Red
2024-04-05 18:27:06 +02:00
parent f0f727117a
commit 9a8725564f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ using CuteUtils.Reflection;
using System.Dynamic;
namespace CuteUtils.Tests;
namespace CuteUtils.Tests.DynDto;
[TestClass]
public class DynDtoTests
@@ -1,6 +1,6 @@
using CuteUtils.Misc;
namespace CuteUtils.Tests;
namespace CuteUtils.Tests.Misc;
[TestClass]
public class BoolExtentionsTests