mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Fix typo in TestDatabaseAutoConfiguration failure msg
See gh-12350
This commit is contained in:
committed by
Madhura Bhave
parent
b6e09e8311
commit
ddd8598e2e
+1
-1
@@ -196,7 +196,7 @@ public class TestDatabaseAutoConfiguration {
|
||||
"Failed to replace DataSource with an embedded database for tests. If "
|
||||
+ "you want an embedded database please put a supported one "
|
||||
+ "on the classpath or tune the replace attribute of "
|
||||
+ "@AutoconfigureTestDatabase.");
|
||||
+ "@AutoConfigureTestDatabase.");
|
||||
return new EmbeddedDatabaseBuilder().generateUniqueName(true)
|
||||
.setType(connection.getType()).build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user