Commit ca9feaea authored by Tristan Cavelier's avatar Tristan Cavelier

jslint typo fixed

parent 85da7e42
...@@ -430,7 +430,7 @@ ...@@ -430,7 +430,7 @@
function createAttachmentTest(answer) { function createAttachmentTest(answer) {
deepEqual(answer, { deepEqual(answer, {
"attachment": "aa", "attachment": "aa",
"digest": "sha256-9834876dcfb05cb167a5c24953eba58c4"+ "digest": "sha256-9834876dcfb05cb167a5c24953eba58c4" +
"ac89b1adf57f28f2f9d09af107ee8f0", "ac89b1adf57f28f2f9d09af107ee8f0",
"id": "a", "id": "a",
"method": "putAttachment", "method": "putAttachment",
...@@ -449,7 +449,7 @@ ...@@ -449,7 +449,7 @@
"_attachments": { "_attachments": {
"aa": { "aa": {
"content_type": "text/plain", "content_type": "text/plain",
"digest": "sha256-9834876dcfb05cb167a5c24953eba58c4"+ "digest": "sha256-9834876dcfb05cb167a5c24953eba58c4" +
"ac89b1adf57f28f2f9d09af107ee8f0", "ac89b1adf57f28f2f9d09af107ee8f0",
"length": 3 "length": 3
} }
......
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