We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0273bde commit d113f9fCopy full SHA for d113f9f
1 file changed
driver-core/src/test/unit/com/mongodb/ConnectionStringUnitTest.java
@@ -69,7 +69,10 @@ private static String encode(final String string) {
69
}
70
71
@ParameterizedTest
72
- @ValueSource(strings = {DEFAULT_OPTIONS + "serverMonitoringMode=stream"})
+ @ValueSource(strings = {
73
+ DEFAULT_OPTIONS + "serverMonitoringMode=stream",
74
+ DEFAULT_OPTIONS + "enableOverloadRetargeting=true"
75
+ })
76
void equalAndHashCode(final String connectionString) {
77
ConnectionString default1 = new ConnectionString(DEFAULT_OPTIONS);
78
ConnectionString default2 = new ConnectionString(DEFAULT_OPTIONS);
0 commit comments