This commit is contained in:
vis2k 2022-12-03 18:45:51 -05:00
parent 40564da5cc
commit 2def856707
2 changed files with 3 additions and 5 deletions

View File

@ -26,6 +26,7 @@ public void Setup()
[TearDown]
public override void TearDown() => base.TearDown();
[Test]
public void FromBaseId()
{

View File

@ -177,11 +177,8 @@ void AddServerCallbacks()
// for now returns the first uri,
// should we return all available uris?
public override Uri ServerUri()
{
return transports[0].ServerUri();
}
public override Uri ServerUri() =>
transports[0].ServerUri();
public override bool ServerActive()
{