You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2019/03/05 10:05:18 UTC

[couchdb] branch jenkins-add-attachment-test updated: mix format

This is an automated email from the ASF dual-hosted git repository.

garren pushed a commit to branch jenkins-add-attachment-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-add-attachment-test by this push:
     new 02b6720  mix format
02b6720 is described below

commit 02b6720f985e5f2144c7a9172811880da632ce0c
Author: Garren Smith <ga...@gmail.com>
AuthorDate: Tue Mar 5 12:04:58 2019 +0200

    mix format
---
 test/elixir/test/attachments.exs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/elixir/test/attachments.exs b/test/elixir/test/attachments.exs
index 057cf09..7f23521 100644
--- a/test/elixir/test/attachments.exs
+++ b/test/elixir/test/attachments.exs
@@ -136,7 +136,9 @@ defmodule AttachmentsTest do
     resp = Couch.get("/#{db_name}/bin_doc3/attachment.txt")
     assert resp.body == bin_data
 
-    resp = Couch.put("/#{db_name}/bin_doc3/attachment.txt", body: bin_data, query: %{w: 3})
+    resp =
+      Couch.put("/#{db_name}/bin_doc3/attachment.txt", body: bin_data, query: %{w: 3})
+
     assert resp.status_code == 409
 
     # non-existent rev