Commit f6093f62 authored by Tristan Cavelier's avatar Tristan Cavelier

gidstorage put method test, one assertion renamed

parent 747973f0
...@@ -8176,7 +8176,7 @@ test("Put", function () { ...@@ -8176,7 +8176,7 @@ test("Put", function () {
o.spy(o, 'value', { o.spy(o, 'value', {
"ok": true, "ok": true,
"id": "{\"identifier\":[\"c\"]}" "id": "{\"identifier\":[\"c\"]}"
}, 'Update document'); }, 'Create document');
o.jio.put({ o.jio.put({
"_id": "{\"identifier\":[\"c\"]}", "_id": "{\"identifier\":[\"c\"]}",
"identifier": "c", "identifier": "c",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment