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;
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user