mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-09 18:48:51 -06:00
Write tests for CSV exporter
This commit is contained in:
@@ -64,7 +64,7 @@ public class HabitsCSVExporter
|
||||
|
||||
for(Habit h : habits)
|
||||
{
|
||||
String habitDirName = String.format("%03d %s/", h.position, h.name);
|
||||
String habitDirName = String.format("%03d %s/", h.position + 1, h.name);
|
||||
new File(exportDirName + habitDirName).mkdirs();
|
||||
generateDirs.add(habitDirName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user