127.0.
智能大石头 authored at 2024-11-20 00:19:29
216.00 B
Stardust
using Stardust.Models;
using Xunit;

namespace ClientTest;

public class AgentInfoTests
{
    [Fact]
    public void Test1()
    {
        var inf = AgentInfo.GetLocal(true);

        Assert.NotNull(inf);
    }
}