Skip to content

Commit

Permalink
remove unnecesarry print
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Dec 30, 2021
1 parent 41c9ce8 commit 2e22542
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin_tools_stats/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ def test_get_multi_series_datetime_tz(self):
datetime.datetime(2010, 10, 10, 0, 0).astimezone(current_tz): {'': 2},
datetime.datetime(2010, 10, 11, 0, 0).astimezone(current_tz): {'': 0},
}
from pprint import pprint
pprint(serie)
pprint("-------------------------------")
pprint(testing_data)
self.assertDictEqual(serie, testing_data)

@override_settings(USE_TZ=True, TIME_ZONE='CET')
Expand Down

0 comments on commit 2e22542

Please sign in to comment.