You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/07/31 16:56:16 UTC

[couchdb] 26/34: Fix formatting of all_docs_test.exs

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

davisp pushed a commit to branch prototype/fdb-layer
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 79ea59e68a45cb41cb21ebcedb82f2880b40075a
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Fri Jul 12 10:25:35 2019 -0500

    Fix formatting of all_docs_test.exs
---
 test/elixir/test/all_docs_test.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/elixir/test/all_docs_test.exs b/test/elixir/test/all_docs_test.exs
index dab153a..7e154eb 100644
--- a/test/elixir/test/all_docs_test.exs
+++ b/test/elixir/test/all_docs_test.exs
@@ -44,7 +44,7 @@ defmodule AllDocsTest do
     retry_until(fn ->
       resp = Couch.get("/#{db_name}/_all_docs", query: %{:startkey => "\"2\""}).body
       assert resp["offset"] == :null
-			assert Enum.at(resp["rows"], 0)["key"] == "2"
+      assert Enum.at(resp["rows"], 0)["key"] == "2"
     end)
 
     # Confirm that queries may assume raw collation