1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

Put matchers in matchers subpackage

This commit is contained in:
FloatingGhost 2023-08-06 15:53:04 +01:00
parent 9723264fe5
commit ef422a8385
2 changed files with 2 additions and 2 deletions

View file

@ -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 =

View file

@ -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