diff options
author | mkljczk <git@mkljczk.pl> | 2024-12-30 22:41:53 +0100 |
---|---|---|
committer | mkljczk <git@mkljczk.pl> | 2024-12-30 22:41:53 +0100 |
commit | aa74c87443230921aadf6022b13eb9e44a031d95 (patch) | |
tree | 0f4bd02abee11c916f2dd68762242a7bfd2ffa30 /test/mix | |
parent | 36b71733a06e1ab6288c2f74968e6f04a002e7ec (diff) | |
download | pleroma-aa74c87443230921aadf6022b13eb9e44a031d95.tar.gz pleroma-aa74c87443230921aadf6022b13eb9e44a031d95.zip |
fix tests
Signed-off-by: mkljczk <git@mkljczk.pl>
Diffstat (limited to 'test/mix')
-rw-r--r-- | test/mix/tasks/pleroma/database_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mix/tasks/pleroma/database_test.exs b/test/mix/tasks/pleroma/database_test.exs index 96a925528..38ed096ae 100644 --- a/test/mix/tasks/pleroma/database_test.exs +++ b/test/mix/tasks/pleroma/database_test.exs @@ -411,7 +411,7 @@ defmodule Mix.Tasks.Pleroma.DatabaseTest do ["scheduled_activities"], ["schema_migrations"], ["thread_mutes"], - # ["user_follows_hashtag"], # not in pleroma + ["user_follows_hashtag"], # ["user_frontend_setting_profiles"], # not in pleroma ["user_invite_tokens"], ["user_notes"], |