Skip to content

Commit 3436658

Browse files
committed
Correct, cleanup
1 parent 5b9dd69 commit 3436658

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_smile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5260,7 +5260,6 @@ async def test_connect_p1v4_442_single(self):
52605260
}
52615261
testdata_updated = {
52625262
"ba4de7613517478da82dd9b6abea36af": {
5263-
"available": True,
52645263
"sensors": {
52655264
"net_electricity_point": -2248,
52665265
"electricity_consumed_peak_point": 0,
@@ -5269,7 +5268,7 @@ async def test_connect_p1v4_442_single(self):
52695268
"electricity_consumed_off_peak_interval": 0,
52705269
"electricity_produced_peak_point": 2248,
52715270
"electricity_produced_off_peak_point": 0,
5272-
"electricity_produced_peak_cumulative": 6543,
5271+
"electricity_produced_peak_cumulative": 6.543,
52735272
"electricity_produced_off_peak_cumulative": 0.0,
52745273
"electricity_produced_peak_interval": 1345,
52755274
"electricity_produced_off_peak_interval": 0,

0 commit comments

Comments
 (0)