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