diff --git a/t/dbd/postgres.lisp b/t/dbd/postgres.lisp index 01332d3..ec7f8b3 100644 --- a/t/dbd/postgres.lisp +++ b/t/dbd/postgres.lisp @@ -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'")))