Skip to content

Commit

Permalink
fix: available drivers test.
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed May 2, 2024
1 parent e8c6cf7 commit cec746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feature/pdo.phel
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@

(deftest test-get-available-drivers
(let [conn (pdo/connect "sqlite::memory:")]
(is (= ["sqlite"] (pdo/get-available-drivers conn)))))
(is (contains-value? (pdo/get-available-drivers conn) "sqlite"))))

0 comments on commit cec746e

Please sign in to comment.