Skip to content

Commit

Permalink
neo4j: update expected test results with full serialized objects
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Laferrière <[email protected]>
  • Loading branch information
xymus committed Sep 15, 2016
1 parent 444fc9d commit 4c55673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neo4j/error.nit
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import json::serialization
# An error thrown by the `neo4j` API.
#
# var error = new NeoError("ErrorMessage", "ErrorName")
# assert error.to_json == "\{\"error\":\"ErrorName\",\"message\":\"ErrorMessage\"\}"
# assert error.to_json == """{"message":"ErrorMessage","cause":null,"error":"ErrorName"}"""
class NeoError
super Error
super Jsonable
Expand Down

0 comments on commit 4c55673

Please sign in to comment.