Przeglądaj źródła

Fix remaining test failure.

drieseng 4 lat temu
rodzic
commit
f09496b782

+ 1 - 1
src/Renci.SshNet.Tests/Classes/ServiceFactoryTest_CreateConnector.cs

@@ -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));
         }
     }
 }