diff --git a/test/functional/mpog_software_plugin_myprofile_controller_test.rb b/test/functional/mpog_software_plugin_myprofile_controller_test.rb index a70f086..d8a8a06 100644 --- a/test/functional/mpog_software_plugin_myprofile_controller_test.rb +++ b/test/functional/mpog_software_plugin_myprofile_controller_test.rb @@ -34,7 +34,7 @@ class MpogSoftwarePluginMyprofileControllerTest < ActionController::TestCase @software = create_software @hash_list @software.community.add_admin(@offer.person) @software.save - assert_equal @offer.id, @software.community.admins.last.id + assert_equal @offer.person.id, @software.community.admins.last.id end should 'search new offers while creating a new software' do -- libgit2 0.21.2