Skip to content

Commit

Permalink
typo error in view_url test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Rubio committed Jul 10, 2018
1 parent 3519e43 commit 9c75ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/couchdb_connector/url_helper_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Couchdb.Connector.UrlHelperTest do
end

test "view_url/3 with args" do
dbprops = [protocol: "http", hostname: "localhost", port: 80, database: "myapp"]
dbprops = %{protocol: "http", hostname: "localhost", port: 80, database: "myapp"}
design = "users"
view = "active_users"
args = [limit: 10, skip: 5] # simulate a 5 elements page and page 2
Expand Down

0 comments on commit 9c75ea8

Please sign in to comment.