Changelog + remove some unneeded comments from the tests
[akkoma] / test / mix / tasks / pleroma / refresh_counter_cache_test.exs
index 6a1a9ac1741a3d804afc69efd535ebfa071f00d7..fe9e5cfeb4c2bd2400378d05f434ede5df7e93c2 100644 (file)
@@ -1,8 +1,9 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Mix.Tasks.Pleroma.RefreshCounterCacheTest do
+  # Uses log capture, has to stay synchronous
   use Pleroma.DataCase
   alias Pleroma.Web.CommonAPI
   import ExUnit.CaptureIO, only: [capture_io: 1]