mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
rework to Azaion.Suite
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Azaion.Suite;
|
||||
using Azaion.Suite.Services;
|
||||
using Xunit;
|
||||
|
||||
namespace Azaion.Annotator.Test;
|
||||
|
||||
public class HardwareServiceTest
|
||||
{
|
||||
[Fact]
|
||||
public async Task GetHardware_Test()
|
||||
{
|
||||
var hardwareService = new HardwareService();
|
||||
var hw = await hardwareService.GetHardware();
|
||||
Console.WriteLine(hw);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user