Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-t-wilk committed Apr 9, 2024
1 parent ac96408 commit 5236045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/search/hex_client_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule Search.HexClientTest do

rel = %HexClient.Release{
package_name: "test_package",
version: Version.parse!("1.2.3"),
version: Version.parse!("1.2.3")
}

assert HexClient.get_docs_tarball(rel) == {:ok, test_tar_contents}
Expand All @@ -58,7 +58,7 @@ defmodule Search.HexClientTest do

rel = %HexClient.Release{
package_name: "test_package",
version: Version.parse!("1.2.3"),
version: Version.parse!("1.2.3")
}

assert HexClient.get_docs_tarball(rel) == {:error, "HTTP 403"}
Expand Down

0 comments on commit 5236045

Please sign in to comment.