Skip to content
Snippets Groups Projects
Unverified Commit 406b1f75 authored by Cam Saül's avatar Cam Saül
Browse files

Add some extra comments explaining how Oracle tests work :pencil:

parent 43f59c55
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
;; ---------------------------+------------------------------------------------
;; PUBLIC.VENUES.ID | CAM_195.test_data_venues.id
;; PUBLIC.CHECKINS.USER_ID | CAM_195.test_data_checkins.user_id
;; PUBLIC.INCIDENTS.TIMESTAMP | CAM_195.sad_toucan_incidents.incident_timestamp
;; PUBLIC.INCIDENTS.TIMESTAMP | CAM_195.sad_toucan_incidents.timestamp
(defonce ^:private ^:const session-schema-number (rand-int 200))
(defonce ^:private ^:const session-schema (str "CAM_" session-schema-number))
(defonce ^:private ^:const session-password (apply str (repeatedly 16 #(rand-nth (map char (range (int \a) (inc (int \z))))))))
......
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