We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2293afb commit 26fa95bCopy full SHA for 26fa95b
tests/MongoDB.Driver.Tests/MongoClientSettingsTests.cs
@@ -233,8 +233,6 @@ public void TestConnectTimeout()
233
Assert.Throws<InvalidOperationException>(() => { settings.ConnectTimeout = connectTimeout; });
234
}
235
236
- //TODO I understand we want to keep tests in alphabetical order, but I think it would make sense to group them by scope
237
- //Tests like this, that should be modified for every new setting added (for instance) should be at the top of this test suite.
238
[Fact]
239
public void TestDefaults()
240
{
0 commit comments