Skip to content

Commit

Permalink
Merge branch 'develop' into Fix-and-optimize-sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
haneslinger authored Jan 4, 2024
2 parents 55c66f7 + d7adb2b commit 9f5fa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/data_importer/tests/test_match_incoming.py
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ def setUp(self):
self.property_state_factory.get_property_state(**base_details)

base_details['property_name'] = 'p_default_b'
base_details['year_ending'] = date(2023, 4, 10)
base_details['year_ending'] = date(2000, 4, 10)
self.property_state_factory.get_property_state(**base_details)

# Properties with missing year_ending will be placed in default cycle
Expand Down

0 comments on commit 9f5fa71

Please sign in to comment.