Fixed syntax error.
This commit is contained in:
parent
1722bcfa58
commit
5802f8b86a
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class SessionBasicTest < ActiveSupport::TestCase
|
|||
|
||||
user = User.lookup(:id => 1)
|
||||
ticket = Ticket.all.last
|
||||
RecentView.log( ticket.class.to_s, ticket.id user )
|
||||
RecentView.log( ticket.class.to_s, ticket.id, user )
|
||||
recent_viewed_client1 = Sessions::Backend::RecentViewed.new(user, false, '123-1')
|
||||
|
||||
# get as stream
|
||||
|
|
Loading…
Reference in a new issue