This commit is contained in:
Phillip Webb
2025-06-04 15:36:35 -07:00
parent 853bb46e93
commit 77e51fd680
2 changed files with 2 additions and 2 deletions

View File

@@ -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