We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f38bc7 commit 70e1eebCopy full SHA for 70e1eeb
1 file changed
driver-core/src/test/unit/com/mongodb/connection/ServerSelectionSelectionTest.java
@@ -71,7 +71,9 @@
71
import static org.junit.Assert.assertNotNull;
72
import static org.mockito.Mockito.when;
73
74
-// See https://github.com/mongodb/specifications/tree/master/source/server-selection/tests
+/**
75
+ * See <a href="https://github.com/mongodb/specifications/tree/master/source/server-selection/tests/server_selection">Server Selection Tests</a>.
76
+ */
77
@RunWith(Parameterized.class)
78
public class ServerSelectionSelectionTest {
79
private final String description;
0 commit comments