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

oops, make sure to call fn we're testing in unit tests :unamused:

parent 3fe3a0fd
Branches
Tags
No related merge requests found
......@@ -9,8 +9,8 @@
;; ## new-style
(expect {:db
"file:/Users/cam/birdly/bird_sightings.db;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1"}
{:details {:db "file:/Users/cam/birdly/bird_sightings.db;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1"}})
(database->connection-details {:details {:db "file:/Users/cam/birdly/bird_sightings.db;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1"}}))
;; ## legacy
(expect {:db "file:/Users/cam/birdly/bird_sightings.db;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1"}
{:details {:conn_str "file:/Users/cam/birdly/bird_sightings.db;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1"}})
(database->connection-details {:details {:conn_str "file:/Users/cam/birdly/bird_sightings.db;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1"}}))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment