Fixed test in accordance to 36ed30cc2b
This commit is contained in:
parent
36ed30cc2b
commit
8f515d8779
|
@ -87,7 +87,7 @@ class TestPyLastUser(PyLastTestCase):
|
|||
|
||||
# Assert
|
||||
# Just check date because of timezones
|
||||
self.assertEqual(unixtime_registered, u"1037793040")
|
||||
self.assertEqual(unixtime_registered, 1037793040)
|
||||
|
||||
def test_get_countryless_user(self):
|
||||
# Arrange
|
||||
|
|
Loading…
Reference in a new issue