aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-08-18 22:21:54 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-08-18 22:34:14 +0000
commit2121e82da6e115764bbfa0c5b3cc6283fc9812cb (patch)
tree57765860a9a15eb36022628ed328408e5d376b32
parent4a0d82f72740de385a6b895bb86ee10d758af07a (diff)
downloadpleroma-2121e82da6e115764bbfa0c5b3cc6283fc9812cb.tar.gz
test: gun: fix aliases
-rw-r--r--test/gun/connections_test.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/gun/connections_test.exs b/test/gun/connections_test.exs
index a63c8eaf9..e5e0e8db1 100644
--- a/test/gun/connections_test.exs
+++ b/test/gun/connections_test.exs
@@ -4,7 +4,9 @@
defmodule Gun.ConnectionsTest do
use ExUnit.Case
- alias Pleroma.Gun.{Connections, Conn, API}
+ alias Pleroma.Gun.API
+ alias Pleroma.Gun.Conn
+ alias Pleroma.Gun.Connections
setup do
name = :test_gun_connections