From 316649c797cc805dfff4ffa938e6ad1c82496e26 Mon Sep 17 00:00:00 2001 From: Gust Date: Thu, 25 Sep 2014 08:55:10 -0300 Subject: [PATCH] Fix offertant functional test --- test/functional/mpog_software_plugin_myprofile_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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