Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 28, 2023
1 parent 5d57377 commit 8bcae61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sqids_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ defmodule SqidsTest do
## Shared between test cases

defmodule Shared do
@moduledoc false
defmodule UsingModule do
@moduledoc false
use Sqids
end

Expand Down Expand Up @@ -55,6 +57,7 @@ defmodule SqidsTest do

def assert_encode_and_back(sqids, numbers) do
import ExUnit.Assertions

assert decode!(sqids, encode!(sqids, numbers)) === numbers
end

Expand Down

0 comments on commit 8bcae61

Please sign in to comment.