X-Git-Url: http://nitlanguage.org diff --git a/tests/test_neo4j_batch.nit b/tests/test_neo4j_batch.nit index e6ac890..7455557 100644 --- a/tests/test_neo4j_batch.nit +++ b/tests/test_neo4j_batch.nit @@ -65,7 +65,7 @@ assert res4.is_linked print res4["name"].to_s print res4["age"].to_s print res4["status"].to_s -print res4["groups"].to_s +print res4["groups"].to_json print res4.labels.join(" ") assert res4.in_edges.is_empty assert not res4.out_edges.is_empty