diff --git a/test/unit/article_test.rb b/test/unit/article_test.rb index 4489fb2..640b725 100644 --- a/test/unit/article_test.rb +++ b/test/unit/article_test.rb @@ -1077,6 +1077,8 @@ class ArticleTest < ActiveSupport::TestCase end should 'create the notification to organization and all organization members' do + ActionTracker::Record.delete_all + community = fast_create(Community) member_1 = Person.first community.add_member(member_1) -- libgit2 0.21.2