We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c603758 commit 2e1f085Copy full SHA for 2e1f085
test/org/beanio/parser/bean/BeanParserTest.java
@@ -83,7 +83,7 @@ public void testCollectionsAndDefaultDelmiitedPositions() {
83
@Test
84
public void testFixedLengthAndOptionalFields() {
85
BeanReader in = factory.createReader("w3", new InputStreamReader(
86
- getClass().getResourceAsStream("w3_fixedlength.txt")));
+ getClass().getResourceAsStream("w3_fixedLength.txt")));
87
88
try {
89
Widget w = (Widget) in.read();
0 commit comments