Skip to content

Commit 77c2157

Browse files
committed
reset
1 parent 0f55f78 commit 77c2157

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

applications/spring-shell/src/test/java/org/springframework/sbm/IntegrationTestBaseClass.java

-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public void beforeEach() throws IOException {
131131
testDir.resolve(this.getClass().getName());
132132
FileUtils.forceMkdir(testDir.toFile());
133133
testDir = testDir.toRealPath();
134-
this.intializeTestProject();
135-
scanProject();
136134
}
137135

138136
protected void enableGitSupport() {

0 commit comments

Comments
 (0)