Update for some unit tests
This commit is contained in:
@@ -38,8 +38,11 @@ namespace LeafWeb.Core.Tests.Remote
|
||||
|
||||
[Test]
|
||||
public void Unconfigured()
|
||||
{
|
||||
var client = new PiscalSshClient(null);
|
||||
{
|
||||
Assert.Throws<ArgumentNullException>(() =>
|
||||
{
|
||||
var piscalSshClient = new PiscalSshClient(null);
|
||||
});
|
||||
}
|
||||
|
||||
[Test, Explicit]
|
||||
|
||||
Reference in New Issue
Block a user