adjust namespace

This commit is contained in:
h z
2024-07-10 15:45:12 +01:00
parent a922a8971e
commit ccb1c521d8
22 changed files with 23 additions and 21 deletions

View File

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