Skip to content

Commit ee3481b

Browse files
Update test/ex_doc/formatter/html_test.exs
Co-authored-by: José Valim <[email protected]>
1 parent e383df3 commit ee3481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ex_doc/formatter/html_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ defmodule ExDoc.Formatter.HTMLTest do
625625
] =
626626
Jason.decode!(content)["extras"]
627627
|> Enum.find(&(&1["id"] == "readme"))
628-
|> Map.get("searchData")
628+
|> Map.fetch!("searchData")
629629
end
630630

631631
test "containing settext headers while discarding links on header",

0 commit comments

Comments
 (0)