forked from AkkomaGang/akkoma
XMLBuidlder test: Make async.
This commit is contained in:
parent
ecd39a8fe5
commit
2f8ec8a9cc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
defmodule Pleroma.XmlBuilderTest do
|
defmodule Pleroma.XmlBuilderTest do
|
||||||
use Pleroma.DataCase
|
use Pleroma.DataCase, async: true
|
||||||
alias Pleroma.XmlBuilder
|
alias Pleroma.XmlBuilder
|
||||||
|
|
||||||
test "Build a basic xml string from a tuple" do
|
test "Build a basic xml string from a tuple" do
|
||||||
|
|
Loading…
Reference in a new issue