From 6c3e25f3b605ee792331d1fb91d8f27720c52903 Mon Sep 17 00:00:00 2001 From: Cyrus Harmon Date: Wed, 19 Oct 2016 09:24:04 -0700 Subject: [PATCH] remove :use :simple-date clause from test package * cl-postgres-tests no longer needs this --- cl-postgres/tests.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl-postgres/tests.lisp b/cl-postgres/tests.lisp index 5f2adca..fe65f49 100644 --- a/cl-postgres/tests.lisp +++ b/cl-postgres/tests.lisp @@ -1,6 +1,6 @@ (defpackage :cl-postgres-tests - (:use :common-lisp :fiveam :simple-date :cl-postgres :cl-postgres-error) - (:export #:prompt-connection #:*test-connection*)) + (:use :common-lisp :fiveam :cl-postgres :cl-postgres-error) + (:export #:prompt-connection #:*test-connection* #:with-test-connection)) (in-package :cl-postgres-tests) -- 2.11.4.GIT