Fixed syntax error.
This commit is contained in:
parent
9a3266b3e4
commit
1722bcfa58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue