h3rald / litestore

A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store.
https://h3rald.com/litestore
MIT License
215 stars 9 forks source link

Test failing #45

Closed h3rald closed 6 years ago

h3rald commented 6 years ago
/Users/h3rald/Development/litestore/test/http_api.nim(194, 37): Check failed: json["results"][3]["data"] == testdata
    json["results"][3]["data"] was {"age":null,"email":null}
    testdata was {"age":36,"email":"lawson.logan@trasola.co.uk"}
    /Users/h3rald/Development/litestore/test/http_api.nim(200, 23): Check failed: json["data"] == testdata
    json["data"] was {"age":null}
    testdata was {"age":31}