1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

test: add essential unit tests for core functionality (resolve #6)

This commit is contained in:
Ferdinand Mütsch
2020-11-14 12:30:45 +01:00
parent e806e5455e
commit f4328c452f
8 changed files with 382 additions and 6 deletions

View File

@ -156,7 +156,7 @@ func (srv *SummaryService) Summarize(from, to time.Time, user *models.User) (*mo
Machines: machineItems,
}
summary.FillUnknown()
//summary.FillUnknown()
return summary, nil
}