Skip to content

Commit 0c15eb3

Browse files
authored
Merge pull request #1624 from nothingax/unit-test-bugfix
fix spelling mistake in testUnit misXmlConfigBuilderTest
2 parents 7013586 + 71f640b commit 0c15eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/ibatis/builder/xsd/XmlConfigBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void shouldSuccessfullyLoadMinimalXMLConfigFile() throws Exception {
9090
}
9191

9292
@Test
93-
void shouldSuccessfullyLoadXMLConfigFitle() throws Exception {
93+
void shouldSuccessfullyLoadXMLConfigFile() throws Exception {
9494
// System.setProperty(XPathParser.KEY_USE_XSD, "true");
9595
String resource = "org/apache/ibatis/builder/xsd/CustomizedSettingsMapperConfig.xml";
9696
try (InputStream inputStream = Resources.getResourceAsStream(resource)) {

0 commit comments

Comments
 (0)