Skip to content
Snippets Groups Projects
Commit 00758c02 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix up activity feed unit test.

parent 0fb457f1
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,8 @@
(do
(k/delete Activity)
(process-activity-event {:topic :user-login
:item {:user_id user-id
:session_id session-id}})
:item {:user_id user-id
:session_id session-id
:first_login true}})
(-> (db/sel :one Activity :topic "user-joined")
(select-keys [:topic :user_id :model :model_id :details]))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment