diff options
author | Lain Soykaf <lain@lain.com> | 2025-02-25 16:16:15 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2025-02-25 16:16:15 +0400 |
commit | bee027e51163d980991f4442a3eb3b0429f0fc40 (patch) | |
tree | 2a0eddb246d75aa775f0a114fc3f548b57abf225 /test/mix | |
parent | 1ebbab1618b3dbd44fde78522b7503a95a34523e (diff) | |
download | pleroma-bee027e51163d980991f4442a3eb3b0429f0fc40.tar.gz pleroma-bee027e51163d980991f4442a3eb3b0429f0fc40.zip |
DatabaseTest: Include user_follows_hashtag in expected tables
Diffstat (limited to 'test/mix')
-rw-r--r-- | test/mix/tasks/pleroma/database_test.exs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/mix/tasks/pleroma/database_test.exs b/test/mix/tasks/pleroma/database_test.exs index 96a925528..65c4db27c 100644 --- a/test/mix/tasks/pleroma/database_test.exs +++ b/test/mix/tasks/pleroma/database_test.exs @@ -411,8 +411,7 @@ defmodule Mix.Tasks.Pleroma.DatabaseTest do ["scheduled_activities"], ["schema_migrations"], ["thread_mutes"], - # ["user_follows_hashtag"], # not in pleroma - # ["user_frontend_setting_profiles"], # not in pleroma + ["user_follows_hashtag"], ["user_invite_tokens"], ["user_notes"], ["user_relationships"], |