Merge branch '3.3.x' into 3.4.x
This commit is contained in:
@@ -45,7 +45,7 @@ class ConnectionFactoryOptionsBuilderTests {
|
||||
@Test
|
||||
void createWhenDriverProtocolIsNullThrowsException() {
|
||||
assertThatIllegalArgumentException().isThrownBy(() -> new ConnectionFactoryOptionsBuilder(null, 123))
|
||||
.withMessage("DriverProtocol must not be null");
|
||||
.withMessage("Driver must not be null");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user