Skip to content

Commit f09496b

Browse files
committed
Fix remaining test failure.
1 parent 43f18cb commit f09496b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet.Tests/Classes/ServiceFactoryTest_CreateConnector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void ProxyType_Undefined()
134134
Assert.AreEqual("ProxyTypes '666' is not supported.", ex.Message);
135135
}
136136

137-
_connectionInfoMock.Verify(p => p.ProxyType, Times.Once);
137+
_connectionInfoMock.Verify(p => p.ProxyType, Times.Exactly(2));
138138
}
139139
}
140140
}

0 commit comments

Comments
 (0)