Follow up fix for PR #1168

This commit is contained in:
Rossen Stoyanchev
2016-09-14 17:35:14 -04:00
parent 3bc1121b9d
commit e024aa0049

View File

@@ -312,7 +312,6 @@ public class PathResourceTests {
@Test
public void getReadableByteChannelForDir() throws Exception {
PathResource resource = new PathResource(TEST_DIR);
thrown.expect(NoSuchFileException.class);
resource.readableChannel();
}