Skip to content

Commit

Permalink
fix conguration - iii
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Nov 2, 2024
1 parent be0a9d1 commit c080cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/common_clj/component/postgresql_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[schema.test :as s]))

(s/deftest postgresql-for-unit-tests-test
(let [{db-connection-pool :database-connection} (component.postgresql/posgresql-component-for-unit-tests "resources/schema.sql")]
(let [{db-connection-pool :database-connection} (component.postgresql/posgresql-component-for-unit-tests "/test/resources/schema.sql")]
(jdbc/execute! db-connection-pool ["INSERT INTO pessoa (apelido, nome, nascimento)
VALUES (?, ?, ?)"
"brunão" "nascimento" (instant/read-instant-timestamp "2020-03-23T01:17Z")])
Expand Down

0 comments on commit c080cd1

Please sign in to comment.