Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Oct 6, 2020
1 parent 9bfcdd8 commit fc08a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ex_doc/retriever_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ defmodule ExDoc.RetrieverTest do

test "returns the specs for each non-private function" do
[module_node] = docs_from_files(["TypesAndSpecs"])
[add, _, _] = module_node.docs
[add, _, _, _] = module_node.docs

assert add.id == "add/2"
assert add.doc == nil
Expand Down

0 comments on commit fc08a53

Please # to comment.