Fixed typo.
This commit is contained in:
parent
0bd097c06d
commit
b7597123fd
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class ReportTest < ActiveSupport::TestCase
|
|||
|
||||
ticket2 = Ticket.create(
|
||||
title: 'test 2',
|
||||
group: group1.id,
|
||||
group: group1,
|
||||
customer_id: 2,
|
||||
state: Ticket::State.lookup(name: 'new'),
|
||||
priority: Ticket::Priority.lookup(name: '2 normal'),
|
||||
|
|
Loading…
Reference in a new issue