Skip to content
Snippets Groups Projects
Commit e4e041a4 authored by Cameron T Saul's avatar Cameron T Saul
Browse files

test fix

parent 5cf8820c
No related branches found
No related tags found
No related merge requests found
......@@ -12,21 +12,22 @@
;; [name last_login]
(defonce ^:private users
[["Plato Yeshua" #inst "2014-04-01T08:30:00.000000000-00:00"]
["Felipinho Asklepios" #inst "2014-12-05T15:15:00.000000000-00:00"]
["Kaneonuskatew Eiran" #inst "2014-11-06T16:15:00.000000000-00:00"]
["Simcha Yan" #inst "2014-01-01T08:30:00.000000000-00:00"]
["Quentin Sören" #inst "2014-10-03T17:30:00.000000000-00:00"]
["Shad Ferdynand" #inst "2014-08-02T12:30:00.000000000-00:00"]
["Conchúr Tihomir" #inst "2014-08-02T09:30:00.000000000-00:00"]
["Szymon Theutrich" #inst "2014-02-01T10:15:00.000000000-00:00"]
["Nils Gotam" #inst "2014-04-03T09:30:00.000000000-00:00"]
["Frans Hevel" #inst "2014-07-03T19:30:00.000000000-00:00"]
["Spiros Teofil" #inst "2014-11-01T07:00:00.000000000-00:00"]
["Kfir Caj" #inst "2014-07-03T01:30:00.000000000-00:00"]
["Dwight Gresham" #inst "2014-08-01T10:30:00.000000000-00:00"]
["Broen Olujimi" #inst "2014-10-03T13:45:00.000000000-00:00"]
["Rüstem Hebel" #inst "2014-08-01T12:45:00.000000000-00:00"]])
(let [rando-password (fn [] (str (java.util.UUID/randomUUID)))]
[["Plato Yeshua" #inst "2014-04-01T08:30:00.000000000-00:00" (rando-password)]
["Felipinho Asklepios" #inst "2014-12-05T15:15:00.000000000-00:00" (rando-password)]
["Kaneonuskatew Eiran" #inst "2014-11-06T16:15:00.000000000-00:00" (rando-password)]
["Simcha Yan" #inst "2014-01-01T08:30:00.000000000-00:00" (rando-password)]
["Quentin Sören" #inst "2014-10-03T17:30:00.000000000-00:00" (rando-password)]
["Shad Ferdynand" #inst "2014-08-02T12:30:00.000000000-00:00" (rando-password)]
["Conchúr Tihomir" #inst "2014-08-02T09:30:00.000000000-00:00" (rando-password)]
["Szymon Theutrich" #inst "2014-02-01T10:15:00.000000000-00:00" (rando-password)]
["Nils Gotam" #inst "2014-04-03T09:30:00.000000000-00:00" (rando-password)]
["Frans Hevel" #inst "2014-07-03T19:30:00.000000000-00:00" (rando-password)]
["Spiros Teofil" #inst "2014-11-01T07:00:00.000000000-00:00" (rando-password)]
["Kfir Caj" #inst "2014-07-03T01:30:00.000000000-00:00" (rando-password)]
["Dwight Gresham" #inst "2014-08-01T10:30:00.000000000-00:00" (rando-password)]
["Broen Olujimi" #inst "2014-10-03T13:45:00.000000000-00:00" (rando-password)]
["Rüstem Hebel" #inst "2014-08-01T12:45:00.000000000-00:00" (rando-password)]]))
;; name
(defonce ^:private categories
......
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