Skip to content

Commit fcb1f58

Browse files
chris-b1iamed2
authored andcommitted
Update test/runtests.jl
Co-authored-by: Eric Davies <[email protected]>
1 parent 5a3d2cd commit fcb1f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ end
18961896
end
18971897

18981898
@testset "DBInterface integration" begin
1899-
conn = DBInterface.connect("dbname=postgres user=$DATABASE_USER")
1899+
conn = DBInterface.connect(LibPQ.Connection, "dbname=postgres user=$DATABASE_USER")
19001900
@test conn isa LibPQ.Connection
19011901

19021902
result = DBInterface.execute(

0 commit comments

Comments
 (0)