Skip to content

Commit fb57f58

Browse files
committed
Merge branch '3.4.x'
Closes gh-45265
2 parents fb07902 + c2f8331 commit fb57f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfigurationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ static class CustomH2Driver extends org.h2.Driver {
895895
<?xml version="1.0" encoding="UTF-8"?>
896896
<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
897897
<persistence-unit name="manually-configured">
898-
<class>org.springframework.boot.autoconfigure.flyway.FlywayAutoConfigurationTests$City</class>
898+
<class>org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfigurationTests$City</class>
899899
<exclude-unlisted-classes>true</exclude-unlisted-classes>
900900
</persistence-unit>
901901
</persistence>

0 commit comments

Comments
 (0)