Commit 8a8598d611c60a3ae9294add9ab2efabcd4387fc

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 0bb579b5

fix unit test

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
... ...