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