Fix merge conflict error
This commit is contained in:
@@ -45,11 +45,7 @@ class ConnectionFactoryOptionsBuilderTests {
|
||||
@Test
|
||||
void createWhenDriverProtocolIsNullThrowsException() {
|
||||
assertThatIllegalArgumentException().isThrownBy(() -> new ConnectionFactoryOptionsBuilder(null, 123))
|
||||
<<<<<<< HEAD
|
||||
.withMessage("'driverProtocol' must not be null");
|
||||
=======
|
||||
.withMessage("Driver must not be null");
|
||||
>>>>>>> 3.4.x
|
||||
.withMessage("'driver' must not be null");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user