diff options
author | link0ff <juri@linkov.net> | 2019-03-14 17:43:30 +0200 |
---|---|---|
committer | link0ff <juri@linkov.net> | 2019-03-14 17:43:30 +0200 |
commit | 54e7087ab412a488f8ad7286aef89d313e5e7b14 (patch) | |
tree | 9391107eb5aec3940bf6150539acc38e85224751 /test/web/instances/instances_test.exs | |
parent | 9338f061a303ae3d57a8ea1af524c2ca51929f8d (diff) | |
parent | 59333f2d568dc6e50fb72e5114ec7dd6bcc1ebef (diff) | |
download | pleroma-54e7087ab412a488f8ad7286aef89d313e5e7b14.tar.gz pleroma-54e7087ab412a488f8ad7286aef89d313e5e7b14.zip |
Merge remote-tracking branch 'upstream/develop' into feature/openldap-support
Diffstat (limited to 'test/web/instances/instances_test.exs')
-rw-r--r-- | test/web/instances/instances_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/instances/instances_test.exs b/test/web/instances/instances_test.exs index 2530c09fe..f0d84edea 100644 --- a/test/web/instances/instances_test.exs +++ b/test/web/instances/instances_test.exs @@ -102,7 +102,8 @@ defmodule Pleroma.InstancesTest do end end - # Note: implementation-specific (e.g. Instance) details of set_unreachable/1 should be tested in implementation-specific tests + # Note: implementation-specific (e.g. Instance) details of set_unreachable/1 + # should be tested in implementation-specific tests describe "set_unreachable/1" do test "returns error status on non-binary input" do assert {:error, _} = Instances.set_unreachable(nil) |