Follow up fix for PR #1168
This commit is contained in:
parent
3bc1121b9d
commit
e024aa0049
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue