Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Oct 22, 2024
1 parent 13e1ea3 commit aacb6c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/reports/test_g_monthly_duration.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ def virtual_bill(ds):
"era-start",
"month",
"kwh",
"gbp",
"net_gbp",
"vat_gbp",
"gross_gbp",
"billed_kwh",
"billed_net_gbp",
"billed_vat_gbp",
Expand Down Expand Up @@ -252,6 +254,8 @@ def virtual_bill(ds):
Datetime(2015, 9, 30, 23, 30),
10888.888888888665,
1146.1869155555785,
0.0,
1146.1869155555785,
45.0,
12.4,
1.2,
Expand Down

0 comments on commit aacb6c6

Please sign in to comment.