Skip to content

Commit a2eed0a

Browse files
authored
Merge pull request #15 from ConsumerDataStandardsAustralia/bug/gh-issue-14
Bug/gh issue 14
2 parents 545db61 + aef1b03 commit a2eed0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/factories/energy/createEnergyTransactionsV2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Key values randomly allocated:
4949

5050
let transaction : EnergyBillingTransactionV2 = {
5151
accountId: account.account.accountId,
52-
executionDateTime: "",
52+
executionDateTime: Helper.randomDateTimeInThePast(),
5353
transactionUType: this.transactionUType
5454
}
5555

0 commit comments

Comments
 (0)