mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 19:29:11 +00:00
Put matchers in matchers subpackage
This commit is contained in:
parent
9723264fe5
commit
ef422a8385
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ defmodule Pleroma.MFA.TOTPTest do
|
|||
use Pleroma.DataCase, async: true
|
||||
|
||||
alias Pleroma.MFA.TOTP
|
||||
import Pleroma.Test.URIHelpers
|
||||
import Pleroma.Test.Matchers.URI
|
||||
|
||||
test "create provisioning_uri to generate qrcode" do
|
||||
uri =
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
defmodule Pleroma.Test.URIHelpers do
|
||||
defmodule Pleroma.Test.Matchers.URI do
|
||||
import ExUnit.Assertions
|
||||
|
||||
def assert_uri_equals(%URI{} = uri_a, %URI{} = uri_b) do
|
Loading…
Reference in a new issue