Skip to content

Commit e7ab2ac

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1928,8 +1928,8 @@ end
19281928
@test LibPQ.column_name(result, 1) == "foo"
19291929
@test LibPQ.column_name(result, 2) == "typname"
19301930

1931-
DBInterface.close!(result)
1932-
@test !isopen(result)
1931+
DBInterface.close!(conn)
1932+
@test !isopen(conn)
19331933

19341934
end
19351935
end

0 commit comments

Comments
 (0)