Skip to content

Commit

Permalink
Remove TODOs as these functions do not make HTTP calls (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrogemann committed Jun 25, 2016
1 parent c875429 commit 7814190
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/couchdb_connector/secure_writer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ defmodule Couchdb.Connector.SecureWriterTest do
assert String.starts_with?(header_value(headers, "ETag"), "\"2-")
end

# TODO: integrate with retry_on_error
test "update/3: verify that a document without id raises an exception" do
update = "{\"_rev\": \"some_revision\", \"key\": \"new value\"}"
assert_raise RuntimeError, fn ->
Expand Down
1 change: 0 additions & 1 deletion test/couchdb_connector/writer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ defmodule Couchdb.Connector.WriterTest do
assert String.starts_with?(header_value(headers, "ETag"), "\"2-")
end

# TODO: integrate with retry_on_error
test "update/2: verify that a document without id raises an exception" do
update = "{\"_rev\": \"some_revision\", \"key\": \"new value\"}"
assert_raise RuntimeError, fn ->
Expand Down

0 comments on commit 7814190

Please sign in to comment.