From 52d6eef292c1dae81de72274f9b85df1de54937c Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Tue, 20 Mar 2018 11:17:28 +0100 Subject: [PATCH] fix failing DB test --- test/clj/commiteth/test/db/core.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/clj/commiteth/test/db/core.clj b/test/clj/commiteth/test/db/core.clj index 5d27e34..c45b777 100644 --- a/test/clj/commiteth/test/db/core.clj +++ b/test/clj/commiteth/test/db/core.clj @@ -34,5 +34,7 @@ :email nil :avatar_url "" :address "address" - :created nil} + :created nil + :welcome_email_sent 0 + :is_hidden_in_hunters false} (db/get-user t-conn {:id 1})))))