Fix VelocitySystemTest

This commit is contained in:
Aurora Lahtela 2022-08-31 13:03:42 +03:00
parent 6a4033ccda
commit 8c9145dc10

View File

@ -52,6 +52,7 @@ public class PlanVelocityMocker {
}
public PlanVelocityMocker withDataFolder(File tempFolder) {
doReturn(tempFolder).when(planMock).getDataFolder();
return this;
}