Commit c86f9403dc3bf55e271c94f405ab2aaa048e2f61

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 0e778550
Exists in master

fix unit test

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