Skip to content

Commit ed6cef1

Browse files
committed
Corrected FileUtilTest
1 parent fa87360 commit ed6cef1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

quickfixj-base/src/test/java/quickfix/FileUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void testFileLocation() throws Exception {
4343

4444
@Test
4545
public void testClassResourceLocation() throws Exception {
46-
InputStream in = FileUtil.open(Message.class, "Session.class");
46+
InputStream in = FileUtil.open(Message.class, "FixVersions.class");
4747
in.close();
4848
assertNotNull("Resource not found", in);
4949
}

0 commit comments

Comments
 (0)