Skip to content

Commit f4ab841

Browse files
committed
Remove redundant comment.
1 parent 793507a commit f4ab841

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

driver-core/src/test/unit/com/mongodb/connection/ServerSelectionSelectionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public void shouldPassAllOutcomes() {
132132
@Parameterized.Parameters(name = "{0}")
133133
public static Collection<Object[]> data() {
134134
List<Object[]> data = new ArrayList<>();
135-
//source/server-selection/tests/server_selection/ReplicaSetNoPrimary/read/DeprioritizedPrimary.json
136135
for (BsonDocument testDocument : JsonPoweredTestHelper.getSpecTestDocuments("server-selection/tests/server_selection")) {
137136
String resourcePath = testDocument.getString("resourcePath").getValue();
138137
data.add(new Object[]{resourcePath, testDocument});

0 commit comments

Comments
 (0)