Commit ddd8598e authored by inabajunmr's avatar inabajunmr Committed by Madhura Bhave

Fix typo in TestDatabaseAutoConfiguration failure msg

See gh-12350
parent b6e09e83
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment