Skip to content

Commit 71f640b

Browse files
zhangjianweizhangjianwei
authored andcommitted
fix spelling mistake in testUnit misXmlConfigBuilderTest
1 parent 7013586 commit 71f640b

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)