mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:26:30 +00:00
fix hardware service
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using Azaion.Common.Services;
|
||||
using Azaion.CommonSecurity.Services;
|
||||
using Xunit;
|
||||
|
||||
namespace Azaion.Annotator.Test;
|
||||
|
||||
public class HardwareServiceTest
|
||||
{
|
||||
[Fact]
|
||||
public void GetHardware_Test()
|
||||
{
|
||||
var hardwareService = new HardwareService();
|
||||
var hw = hardwareService.GetHardware();
|
||||
Console.WriteLine(hw);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user