mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Follow up fix for PR #1168
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user