mirror of
https://github.com/Stone-Red-Code/CuteUtils.git
synced 2026-09-04 00:46:11 +02:00
Move unit tests to their respective directory
This commit is contained in:
@@ -2,7 +2,7 @@ using CuteUtils.Reflection;
|
|||||||
|
|
||||||
using System.Dynamic;
|
using System.Dynamic;
|
||||||
|
|
||||||
namespace CuteUtils.Tests;
|
namespace CuteUtils.Tests.DynDto;
|
||||||
|
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class DynDtoTests
|
public class DynDtoTests
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using CuteUtils.Misc;
|
using CuteUtils.Misc;
|
||||||
|
|
||||||
namespace CuteUtils.Tests;
|
namespace CuteUtils.Tests.Misc;
|
||||||
|
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class BoolExtentionsTests
|
public class BoolExtentionsTests
|
||||||
|
|||||||
Reference in New Issue
Block a user