Change Remote

This commit is contained in:
h z
2024-11-30 20:11:27 +00:00
parent ccb1c521d8
commit 33e6f36841
24 changed files with 94 additions and 59 deletions

View File

@@ -3,8 +3,8 @@ using System.Linq;
using Skeleton.DataStructure.Link;
namespace Skeleton.Test;
public static class LinkTest
[TestFixture]
public class LinkTest : BaseTest
{
private class TestObj
{