Skip to content

Commit fc08a53

Browse files
committed
Fix test
1 parent 9bfcdd8 commit fc08a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ex_doc/retriever_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ defmodule ExDoc.RetrieverTest do
179179

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

184184
assert add.id == "add/2"
185185
assert add.doc == nil

0 commit comments

Comments
 (0)