Renamed test
This commit is contained in:
parent
a6606deb05
commit
54f204b1a5
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
{:library "Monger"}))))
|
{:library "Monger"}))))
|
||||||
|
|
||||||
|
|
||||||
(deftest test-reading-a-session-that-does-exist
|
(deftest test-reading-a-session-that-does-exist-given-db
|
||||||
(let [db (monger.core/get-db)
|
(let [db (monger.core/get-db)
|
||||||
store (monger-store db "sessions")
|
store (monger-store db "sessions")
|
||||||
sk (write-session store nil {:library "Monger"})
|
sk (write-session store nil {:library "Monger"})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue