Improve clarity

This commit is contained in:
Matthew Oslan
2019-06-17 22:24:06 -04:00
parent 69e8d64f41
commit 009fa90ec8
2 changed files with 9 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ describe( "ETo AdjustmentMethod", () => {
const etoData: EToData = {
...entry.data,
precip: 0,
timestamp: date.unix(),
periodStartTime: date.unix(),
weatherProvider: "mock"
};
const calculatedETo = calculateETo( etoData, locationData.elevation, locationData.coordinates );