Added missing created_at in unit test.

This commit is contained in:
Martin Edenhofer 2013-04-02 11:42:39 +02:00
parent 3cc3d2a213
commit 03630cb903

View file

@ -322,6 +322,8 @@ class TicketTest < ActiveSupport::TestCase
:ticket_priority => Ticket::Priority.lookup( :name => '2 normal' ),
:updated_by_id => 1,
:created_by_id => 1,
:created_at => '2013-03-28 23:49:00 UTC',
:updated_at => '2013-03-28 23:49:00 UTC',
)
assert( ticket, "ticket created" )