summaryrefslogtreecommitdiff
path: root/test/matrix_app_service/client.ex
diff options
context:
space:
mode:
authorHadrien <ketsapiwiq@protonmail.com>2020-12-26 13:59:27 +0000
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-26 13:59:27 +0000
commit4040c1400ace8ce5abc9b3c28d1cd67bd8f137d1 (patch)
treed3c24da6782f80c4043ba5f59241107f73850b1e /test/matrix_app_service/client.ex
parentallow runtime configuration of homserver token (diff)
Improve CI
Diffstat (limited to 'test/matrix_app_service/client.ex')
-rw-r--r--test/matrix_app_service/client.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/matrix_app_service/client.ex b/test/matrix_app_service/client.ex
index 37d2225..546305a 100644
--- a/test/matrix_app_service/client.ex
+++ b/test/matrix_app_service/client.ex
@@ -1,4 +1,6 @@
defmodule MatrixAppService.ClientTest do
+ @moduledoc false
+
use ExUnit.Case
use Plug.Test
end