mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +01:00
changed tests to use ipv6
This commit is contained in:
parent
7bb1d8d8a5
commit
4cfeb143d6
@ -32,7 +32,7 @@ namespace FabAccessAPI_Test {
|
|||||||
[SetUp]
|
[SetUp]
|
||||||
public void Setup() {
|
public void Setup() {
|
||||||
var rpcClient = new TcpRpcClient();
|
var rpcClient = new TcpRpcClient();
|
||||||
rpcClient.Connect("127.0.0.1", 59661);
|
rpcClient.Connect("::1", 59661);
|
||||||
_connection = new Connection(rpcClient);
|
_connection = new Connection(rpcClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user