projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd39a8
)
XMLBuidlder test: Make async.
author
lain
<lain@soykaf.club>
Mon, 21 Dec 2020 11:35:04 +0000
(12:35 +0100)
committer
lain
<lain@soykaf.club>
Mon, 21 Dec 2020 11:35:04 +0000
(12:35 +0100)
test/pleroma/xml_builder_test.exs
patch
|
blob
|
history
diff --git
a/test/pleroma/xml_builder_test.exs
b/test/pleroma/xml_builder_test.exs
index 059384c34f4eefc4f685fc734731200fd7592ac8..a4c73359dfd68fd966d4bcb7bbe981a72d93e0d6 100644
(file)
--- a/
test/pleroma/xml_builder_test.exs
+++ b/
test/pleroma/xml_builder_test.exs
@@
-3,7
+3,7
@@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.XmlBuilderTest do
- use Pleroma.DataCase
+ use Pleroma.DataCase
, async: true
alias Pleroma.XmlBuilder
test "Build a basic xml string from a tuple" do