Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Nov 1, 2024
1 parent 8167351 commit 5f5123e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
(testing "That we can connect to a mocked postgresql container"
(let [conn (postgresql/mocked-postgresql-conn)
now (jt/local-date)]
(is (= nil
(is (= [{:nome "nascimento"
:apelido "brunão"
:nascimento now}]
(pg/execute conn
"INSERT INTO pessoa (apelido, nome, nascimento) VALUES ($1, $2, $3)
returning *"
Expand Down

0 comments on commit 5f5123e

Please sign in to comment.