Fixed test in accordance to 36ed30cc2b

This commit is contained in:
Philip Trauner 2017-11-02 19:24:45 +01:00
parent 36ed30cc2b
commit 8f515d8779

View file

@ -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