fix(ClientExtensions): entfernt
This commit is contained in:
@@ -109,12 +109,7 @@ public class AuthClientTests
|
||||
await client.StartAsync();
|
||||
|
||||
// Assert
|
||||
Assert.Multiple(() =>
|
||||
{
|
||||
Assert.That(client.IsConnected);
|
||||
Assert.That(!client.IsConnectionFailed);
|
||||
Assert.That(client.ConnectionError, Is.Null);
|
||||
});
|
||||
Assert.That(client.IsConnected);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user