mirror of
https://github.com/redmine/redmine.git
synced 2026-03-03 19:11:28 +01:00
Removed unused variable.
git-svn-id: http://svn.redmine.org/redmine/trunk@12417 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -194,7 +194,6 @@ class IssueRelationTest < ActiveSupport::TestCase
|
||||
|
||||
def test_delete_should_make_journal_entry
|
||||
relation = IssueRelation.find(1)
|
||||
id = relation.id
|
||||
from = relation.issue_from
|
||||
to = relation.issue_to
|
||||
from_journals = from.journals.size
|
||||
|
||||
Reference in New Issue
Block a user