Removed unused variable.
git-svn-id: http://svn.redmine.org/redmine/trunk@12417 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
77665b5252
commit
d5feb01b7e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue