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