Trying to stabilize the CI build as the last build had only 20% coverage due to wrong detection

This commit is contained in:
2024-03-09 23:38:56 +01:00
parent 24f7cc74a7
commit 946614b86c
3 changed files with 14 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ namespace AMWD.Protocols.Modbus.Tests.Tcp.Utils
public async Task ShouldThrowApplicationExceptionHostnameNotResolvable()
{
// Arrange
_hostname = "device.internal";
_hostname = "123.321.123.321";
var connection = GetConnection();
// Act