mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
updated test for 101 columns with new fields on property_details_epc
This commit is contained in:
parent
0d3189beee
commit
077f14764b
1 changed files with 2 additions and 2 deletions
|
|
@ -284,8 +284,8 @@ def test_default_export_integration(db_session):
|
|||
|
||||
assert df.shape == (
|
||||
10,
|
||||
100,
|
||||
), "Expected dataframe shape to be (10, 100), got {}".format(df.shape)
|
||||
101,
|
||||
), "Expected dataframe shape to be (10, 101), got {}".format(df.shape)
|
||||
|
||||
|
||||
def test_solar_with_battery_example(db_session):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue