summaryrefslogtreecommitdiff
path: root/test/runtime_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-01-28 17:06:36 +0100
committerlain <lain@soykaf.club>2020-01-28 17:06:36 +0100
commitd385789a450d455019c8aa6b6ee6abd28d5648e8 (patch)
treed37b214ff074084c747cf7a7fa962cbf14e86f3c /test/runtime_test.exs
parente3fae3380e2af0978436191127b148923f62ae53 (diff)
parent271935953a384eb97606fb48d1b5c7befaf588e4 (diff)
downloadpleroma-d385789a450d455019c8aa6b6ee6abd28d5648e8.tar.gz
pleroma-d385789a450d455019c8aa6b6ee6abd28d5648e8.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/tag_feed
Diffstat (limited to 'test/runtime_test.exs')
-rw-r--r--test/runtime_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtime_test.exs b/test/runtime_test.exs
index f7b6f23d4..6bde608ae 100644
--- a/test/runtime_test.exs
+++ b/test/runtime_test.exs
@@ -6,6 +6,6 @@ defmodule Pleroma.RuntimeTest do
use ExUnit.Case, async: true
test "it loads custom runtime modules" do
- assert Code.ensure_compiled?(RuntimeModule)
+ assert {:module, RuntimeModule} == Code.ensure_compiled(RuntimeModule)
end
end