Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Sep 22, 2023
1 parent 34b0c03 commit fa1e029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rustler_precompiled_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ defmodule RustlerPrecompiledTest do
assert {:ok, nif_urls} = RustlerPrecompiled.nif_urls_from_metadata(metadata)

# NIF versions multiplied by 2 new variants.
variants_count = 6
variants_count = 8

assert length(nif_urls) ==
length(@available_targets) * length(@available_nif_versions) + variants_count
Expand Down

0 comments on commit fa1e029

Please sign in to comment.