Drop support for legacy Python 2
This commit is contained in:
parent
5fded8398b
commit
07fac0628c
10 changed files with 90 additions and 80 deletions
|
@ -67,7 +67,7 @@ class TestPyLastUser(TestPyLastWithLastFm):
|
|||
else:
|
||||
# Old way
|
||||
# Just check date because of timezones
|
||||
self.assertIn(u"2002-11-20 ", registered)
|
||||
self.assertIn("2002-11-20 ", registered)
|
||||
|
||||
def test_get_user_unixtime_registration(self):
|
||||
# Arrange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue