Skip to content

Commit e225353

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents db55563 + 8b85f92 commit e225353

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-boot-project/spring-boot-docker-compose/src/test/java/org/springframework/boot/docker/compose/service/connection/r2dbc/ConnectionFactoryOptionsBuilderTests.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ class ConnectionFactoryOptionsBuilderTests {
4545
@Test
4646
void createWhenDriverProtocolIsNullThrowsException() {
4747
assertThatIllegalArgumentException().isThrownBy(() -> new ConnectionFactoryOptionsBuilder(null, 123))
48-
<<<<<<< HEAD
49-
.withMessage("'driverProtocol' must not be null");
50-
=======
51-
.withMessage("Driver must not be null");
52-
>>>>>>> 3.4.x
48+
.withMessage("'driver' must not be null");
5349
}
5450

5551
@Test

0 commit comments

Comments
 (0)