aboutsummaryrefslogtreecommitdiff
path: root/test/tasks
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-03-02 15:35:49 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-03-02 15:35:49 +0400
commit4a45b96a91485a39f26bcc86b6cbd21d1547511e (patch)
treeb4a6cc3f7be26b84b85d3a1ff3adc9b896b54e85 /test/tasks
parentf446744a6a72d707504c2ba20ea2326f956b5097 (diff)
parent45b08ca1665920564c9daf35a96e93dff031a649 (diff)
downloadpleroma-4a45b96a91485a39f26bcc86b6cbd21d1547511e.tar.gz
Merge branch 'develop' into fix/signup-without-email
Diffstat (limited to 'test/tasks')
-rw-r--r--test/tasks/config_test.exs2
-rw-r--r--test/tasks/instance_test.exs2
-rw-r--r--test/tasks/refresh_counter_cache_test.exs2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/tasks/config_test.exs b/test/tasks/config_test.exs
index 2f9405550..a6c0de351 100644
--- a/test/tasks/config_test.exs
+++ b/test/tasks/config_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Mix.Tasks.Pleroma.ConfigTest do
diff --git a/test/tasks/instance_test.exs b/test/tasks/instance_test.exs
index a0cc5d7c7..f6a4ba508 100644
--- a/test/tasks/instance_test.exs
+++ b/test/tasks/instance_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.InstanceTest do
diff --git a/test/tasks/refresh_counter_cache_test.exs b/test/tasks/refresh_counter_cache_test.exs
index 47367af94..b63f44c08 100644
--- a/test/tasks/refresh_counter_cache_test.exs
+++ b/test/tasks/refresh_counter_cache_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Mix.Tasks.Pleroma.RefreshCounterCacheTest do