mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 09:00:28 +08:00
Fix VelocitySystemTest
This commit is contained in:
parent
6a4033ccda
commit
8c9145dc10
@ -52,6 +52,7 @@ public class PlanVelocityMocker {
|
||||
}
|
||||
|
||||
public PlanVelocityMocker withDataFolder(File tempFolder) {
|
||||
doReturn(tempFolder).when(planMock).getDataFolder();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user