This commit is contained in:
Mirai Kumiko 2025-06-29 14:59:33 +02:00
parent 748baff8f3
commit 1faafeee26
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
11 changed files with 126 additions and 48 deletions

View file

@ -1,8 +1,9 @@
defmodule NullaWeb.WebfingerControllerTest do
use NullaWeb.ConnCase
import Nulla.Fixtures.Data
setup do
Nulla.Fixtures.Data.create()
create_data()
:ok
end