Polish "Fix typo in TestDatabaseAutoConfiguration"

Closes gh-12350
This commit is contained in:
Madhura Bhave
2018-03-05 13:13:07 -08:00
parent ddd8598e2e
commit 4ca1e6ae4e
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ public class TestDatabaseAutoConfigurationNoEmbeddedTests {
.hasMessageContaining(
"If you want an embedded database please put a supported one on the classpath")
.hasMessageContaining(
"or tune the replace attribute of @AutoconfigureTestDatabase."));
"or tune the replace attribute of @AutoConfigureTestDatabase."));
}
@Test