rename test project

This commit is contained in:
h z
2024-07-10 15:43:44 +01:00
parent d37b9957b0
commit a922a8971e
37 changed files with 150 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ using System;
using System.Linq;
using Skeleton.DataStructure.Link;
namespace SkeletonTest.tests;
namespace Skeleton.Test.tests;
public static class LinkTest
{