changed tests to use ipv6

This commit is contained in:
Kai Jan Kriegel 2021-01-05 11:10:39 +01:00
parent 7bb1d8d8a5
commit 4cfeb143d6

View File

@ -32,7 +32,7 @@ namespace FabAccessAPI_Test {
[SetUp]
public void Setup() {
var rpcClient = new TcpRpcClient();
rpcClient.Connect("127.0.0.1", 59661);
rpcClient.Connect("::1", 59661);
_connection = new Connection(rpcClient);
}