Skip to content

Commit f4befae

Browse files
committed
Fix typo in test method name
1 parent f83ba20 commit f4befae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-infrastructure/src/test/java/org/springframework/batch/item/xml/StaxEventItemReaderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void testAfterPropertiesSet() throws Exception {
111111
}
112112

113113
@Test
114-
public void testAfterPropertesSetException() throws Exception {
114+
public void testAfterPropertiesSetException() throws Exception {
115115

116116
source = createNewInputSource();
117117
source.setFragmentRootElementName("");

0 commit comments

Comments
 (0)