Skip to content

Commit

Permalink
Dropped dead code #1794
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 23, 2023
1 parent 3303e47 commit dd784a7
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,3 @@ def test_reading_values(self, now_mock):
self.assertEqual(meter_statistics.voltage_swell_count_l1, None)
self.assertEqual(meter_statistics.voltage_swell_count_l2, None)
self.assertEqual(meter_statistics.voltage_swell_count_l3, None)

# @mock.patch("django.utils.timezone.now")
# def test_telegram_override_timestamp(self, now_mock):
# reading = self._reading_with_override_telegram_timestamp_active(now_mock)
#
# self.assertEqual(
# # CET > UTC. Minute marker rounded to hours. Because Fluvius may or may not communicate DSMR v5 in telegrams
# reading.extra_device_timestamp,
# datetime(2021, 1, 15, 11, 0, 0, 0, tzinfo=pytz.UTC),
# )

0 comments on commit dd784a7

Please sign in to comment.