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
The following commit(s) were added to refs/heads/prototype/fdb-layer by this
push:
new ca33862 Fix formatting of all_docs_test.exs
ca33862 is described below
commit ca338627c70d6da721dfe4d92317131537a30174
Author: Paul J. Davis <[email protected]>
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