mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Fix remaining test failure.
This commit is contained in:
@@ -134,7 +134,7 @@ namespace Renci.SshNet.Tests.Classes
|
||||
Assert.AreEqual("ProxyTypes '666' is not supported.", ex.Message);
|
||||
}
|
||||
|
||||
_connectionInfoMock.Verify(p => p.ProxyType, Times.Once);
|
||||
_connectionInfoMock.Verify(p => p.ProxyType, Times.Exactly(2));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user