Skip to content

Commit f64c4a8

Browse files
committed
Clearing classpath in ClasspathRegistry test
1 parent e6e94e3 commit f64c4a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/sbm-core/src/test/java/org/springframework/sbm/java/impl/ClasspathRegistryTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ void test_renameMe() {
9696
""";
9797

9898
ClasspathRegistry sut = ClasspathRegistry.getInstance();
99+
sut.clear();
99100

100101
assertThat(sut.getCurrentDependencies()).isEmpty();
101102
assertThat(sut.getInitialDependencies()).isEmpty();

0 commit comments

Comments
 (0)