Skip to content
Snippets Groups Projects
Commit 45c2f858 authored by Cam Saul's avatar Cam Saul
Browse files

test fix

parent 08a3d15a
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
;; column should look like "null.NAME" because the Field will have no associated Table name from expansion and will get
;; pased to korma as :null.NAME
"Column \"null.NAME\" not found; SQL statement:\nSELECT \"CHECKINS\".\"ID\", CAST(\"DATE\" AS DATE), "
"\"CHECKINS\".\"VENUE_ID\", \"CHECKINS\".\"USER_ID\" FROM \"CHECKINS\" WHERE (\"CHECKINS\".\"NAME\" = ?) LIMIT "
"\"CHECKINS\".\"VENUE_ID\", \"CHECKINS\".\"USER_ID\" FROM \"CHECKINS\" WHERE (\"null\".\"NAME\" = ?) LIMIT "
max-result-bare-rows)}
;; This will print a stacktrace. Better to reassure people that that's on purpose than to make people question whether the tests are working
(do (log/info (color/green "NOTE: The following stacktrace is expected <3"))
......
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