Fixed syntax error.

This commit is contained in:
Martin Edenhofer 2014-08-24 02:18:55 +02:00
parent 9a3266b3e4
commit 1722bcfa58

View file

@ -31,7 +31,7 @@ class RecentViewTest < ActiveSupport::TestCase
RecentView.log( ticket1.class.to_s, ticket1.id, user1 )
sleep 1
RecentView.log( ticket2.class.to_s, ticket2.id,, user1 )
RecentView.log( ticket2.class.to_s, ticket2.id, user1 )
sleep 1
RecentView.log( ticket1.class.to_s, ticket1.id, user1 )
sleep 1