X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fruntime_test.exs;h=a1a6c57cd0fd9e5c1d1ae6664c728045c95d6107;hb=fdab01ab56e345afaf9e26547ffaa904e4323337;hp=f7b6f23d46e00a763dea47754581648fd5601465;hpb=e442ea5722404ca551135b6f4767c016952bbda3;p=akkoma diff --git a/test/runtime_test.exs b/test/runtime_test.exs index f7b6f23d4..a1a6c57cd 100644 --- a/test/runtime_test.exs +++ b/test/runtime_test.exs @@ -1,11 +1,11 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2018 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only 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