Skip to content

Commit 9ed0a0a

Browse files
committed
Fix isopen in DBInterface test
1 parent 8cee1c5 commit 9ed0a0a

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
@@ -1944,7 +1944,7 @@ end
19441944
@test LibPQ.column_name(result, 2) == "typname"
19451945

19461946
DBInterface.close!(conn)
1947-
@test !isopen(conn)
1947+
@test !isopen(conn.conn)
19481948

19491949
end
19501950
end

0 commit comments

Comments
 (0)