Fix remaining test failure.

This commit is contained in:
drieseng
2020-12-29 20:22:10 +01:00
parent 43f18cb3d4
commit f09496b782
@@ -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));
}
}
}