Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusmuller committed Sep 7, 2023
1 parent 27c5072 commit c8310b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ex_doc_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule ExDocTest do
source_beam: "beam_dir"
]

{{source_dir, _retr_config}, _config} = ExDoc.generate_docs("Elixir", "1", options)
{source_dir, _config} = ExDoc.generate_docs("Elixir", "1", options)
assert source_dir == options[:source_beam]
end

Expand Down

0 comments on commit c8310b5

Please sign in to comment.