Преглед изворни кода

Fix remaining test failure.

drieseng пре 4 година
родитељ
комит
f09496b782
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Renci.SshNet.Tests/Classes/ServiceFactoryTest_CreateConnector.cs

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