Skip to content

Commit

Permalink
Fix a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Aug 8, 2024
1 parent ae02bd7 commit f58761b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/dbd/postgres.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
(make-cursor conn "SELECT * FROM person")))
(execute cursor)
(ok (equal (getf (fetch cursor) :|name|) "Woody"))
(ok (equal (getf (fetch cursor :peek t) :|name|) "Buzz"))
(ok (equal (getf (fetch cursor) :|name|) "Buzz"))))
(with-transaction conn
(let ((cursor (make-cursor conn "SELECT * FROM person WHERE name = 'Trixie'")))
Expand Down

0 comments on commit f58761b

Please sign in to comment.