瀏覽代碼

Fix compatibility with Elixir v1.10

revert/attachment-cleanup
Egor Kislitsyn 4 年之前
父節點
當前提交
2ddd1bb088
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 1B49CB15B71E7805
共有 3 個文件被更改,包括 2 次插入3 次删除
  1. +1
    -1
      test/runtime_test.exs
  2. +1
    -1
      test/support/http_request_mock.ex
  3. +0
    -1
      test/web/mastodon_api/controllers/suggestion_controller_test.exs

+ 1
- 1
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

+ 1
- 1
test/support/http_request_mock.ex 查看文件

@@ -19,7 +19,7 @@ defmodule HttpRequestMock do
else
error ->
with {:error, message} <- error do
Logger.warn(message)
Logger.warn(to_string(message))
end

{_, _r} = error


+ 0
- 1
test/web/mastodon_api/controllers/suggestion_controller_test.exs 查看文件

@@ -7,7 +7,6 @@ defmodule Pleroma.Web.MastodonAPI.SuggestionControllerTest do

alias Pleroma.Config

import ExUnit.CaptureLog
import Pleroma.Factory
import Tesla.Mock



Loading…
取消
儲存