Skip to content

Commit 2b204ad

Browse files
committed
Fixed gh issue 14
1 parent 545db61 commit 2b204ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)