Skip to content

Commit 86ce818

Browse files
committed
Update ClassDataRepositoryTest.java
1 parent d6ed398 commit 86ce818

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

microsphere-java-core/src/test/java/io/microsphere/lang/ClassDataRepositoryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ void testGetClassNamesInClassPath() {
5050
for (String classPath : classPaths) {
5151
Set<String> classNames = repository.getClassNamesInClassPath(classPath, true);
5252
assertNotNull(classNames);
53-
assertThrows(UnsupportedOperationException.class, classNames::clear);
5453
}
5554
}
5655

0 commit comments

Comments
 (0)