Merge branch 'chore/config-descriptions' into 'develop'
[akkoma] / test / runtime_test.exs
index f7b6f23d46e00a763dea47754581648fd5601465..6bde608ae1becefe6aa6ec2509dad0fa51bf165d 100644 (file)
@@ -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