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

small test for unit test.

parent 0105484e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@
; 2. :user and :model_exists are hydrated
; NOTE: timestamp matching was being a real PITA so I cheated a bit. ideally we'd fix that
(expect-let [_ (korma.core/delete Activity)
(expect-let [_ (user->client :crowberto) ; HACK. we do this to create the user-joined activity after first login before we delete it
_ (korma.core/delete Activity) ; clear out any existing activity
activity1 (db/ins Activity
:topic "install"
: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