完成OpcUaService对数据类型的读取
This commit is contained in:
@@ -82,7 +82,7 @@ namespace DMS.Infrastructure.UnitTests.Services
|
||||
// Act & Assert
|
||||
await Assert.ThrowsAsync<InvalidOperationException>(async () =>
|
||||
{
|
||||
await service.ConnectAsync();
|
||||
await service.ConnectAsync("opc.tcp://localhost:4840");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user