Skip to content

Commit 26fa95b

Browse files
committed
Removed comment
1 parent 2293afb commit 26fa95b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/MongoDB.Driver.Tests/MongoClientSettingsTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ public void TestConnectTimeout()
233233
Assert.Throws<InvalidOperationException>(() => { settings.ConnectTimeout = connectTimeout; });
234234
}
235235

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.
238236
[Fact]
239237
public void TestDefaults()
240238
{

0 commit comments

Comments
 (0)