summaryrefslogtreecommitdiff
path: root/test/support/test_room_adapter.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/support/test_room_adapter.ex
parentallow runtime configuration of homserver token (diff)
Improve CI
Diffstat (limited to 'test/support/test_room_adapter.ex')
-rw-r--r--test/support/test_room_adapter.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/test_room_adapter.ex b/test/support/test_room_adapter.ex
index d57d420..6542838 100644
--- a/test/support/test_room_adapter.ex
+++ b/test/support/test_room_adapter.ex
@@ -1,4 +1,5 @@
defmodule MatrixAppService.TestRoomAdapter do
+ @moduledoc false
@behaviour MatrixAppService.Adapter.Room
@impl MatrixAppService.Adapter.Room