Skip to content

Commit

Permalink
Fix remaining test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
drieseng committed Dec 29, 2020
1 parent 43f18cb commit f09496b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void ProxyType_Undefined()
Assert.AreEqual("ProxyTypes '666' is not supported.", ex.Message);
}

_connectionInfoMock.Verify(p => p.ProxyType, Times.Once);
_connectionInfoMock.Verify(p => p.ProxyType, Times.Exactly(2));
}
}
}

0 comments on commit f09496b

Please sign in to comment.