Commit 8a8598d611c60a3ae9294add9ab2efabcd4387fc
1 parent
0bb579b5
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
fix unit test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/community_hub/test/unit/community_hub_plugin/mediation_test.rb
... | ... | @@ -7,7 +7,7 @@ class MediationTest < ActiveSupport::TestCase |
7 | 7 | @user = create_user('testuser', :environment => @env).person |
8 | 8 | @comm = fast_create(Community, :environment_id => @env.id) |
9 | 9 | @hub = create_hub('hub', @comm, @user) |
10 | - @mediation = create_mediation(@hub, @comm) | |
10 | + @mediation = create_mediation(@hub, @user, @comm) | |
11 | 11 | end |
12 | 12 | |
13 | 13 | should 'has setting profile_picture' do | ... | ... |