Explorar o código

Resolved test issue

Vsevolod Levitan hai 1 ano
pai
achega
2668c081bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test_converters.py

+ 1 - 1
tests/test_converters.py

@@ -26,7 +26,7 @@ class test_converters(unittest.TestCase):
         contor = model_converter()
         conv = contor.convert(g)
 
-        assert g.id == conv["id"]
+        assert str(g.id) == conv["id"]
         assert g.name == conv["name"]
 
     def test_datetime(self):