Merge branch '2.7.x' into 3.0.x
Closes gh-37512
This commit is contained in:
@@ -72,7 +72,7 @@ class PlatformPlaceholderDatabaseDriverResolverTests {
|
||||
@Test
|
||||
void resolveAllWithDataSourceWhenValueDoesNotContainPlaceholderShouldNotInteractWithDataSource() {
|
||||
DataSource dataSource = mock(DataSource.class);
|
||||
new PlatformPlaceholderDatabaseDriverResolver().resolveAll(mock(DataSource.class), "schema.sql");
|
||||
new PlatformPlaceholderDatabaseDriverResolver().resolveAll(dataSource, "schema.sql");
|
||||
then(dataSource).shouldHaveNoInteractions();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user