Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored Sep 11, 2024
1 parent bd8f625 commit 717e337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rustler_precompiled_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ defmodule RustlerPrecompiledTest do
end
end

describe "available NIFs and download them" do
describe "get NIFs from metadata and download them" do
setup do
root_path = File.cwd!()
nif_fixtures_dir = Path.join(root_path, "test/fixtures")
Expand All @@ -979,7 +979,7 @@ defmodule RustlerPrecompiledTest do
end

@tag :tmp_dir
test "a project downloading precompiled NIFs", %{
test "downloading precompiled NIFs for publishing a package", %{
tmp_dir: tmp_dir,
checksum_sample: checksum_sample,
nif_fixtures_dir: nif_fixtures_dir
Expand Down

0 comments on commit 717e337

Please sign in to comment.