fix(ClientExtensions): entfernt
This commit is contained in:
parent
7153d6ec46
commit
aa2572fd17
@ -1,6 +0,0 @@
|
|||||||
namespace DigitalData.Auth.Abstractions;
|
|
||||||
|
|
||||||
public static class ClientExtensions
|
|
||||||
{
|
|
||||||
public static bool IsConnectionFailed(this IAuthClient client) => client.ConnectionError is not null;
|
|
||||||
}
|
|
||||||
@ -109,12 +109,7 @@ public class AuthClientTests
|
|||||||
await client.StartAsync();
|
await client.StartAsync();
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
Assert.Multiple(() =>
|
Assert.That(client.IsConnected);
|
||||||
{
|
|
||||||
Assert.That(client.IsConnected);
|
|
||||||
Assert.That(!client.IsConnectionFailed);
|
|
||||||
Assert.That(client.ConnectionError, Is.Null);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user