From a5bdf4d13c86a8883e3d1eb3fa71e99dfcaa936e Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 3 Apr 2024 17:22:05 -0700 Subject: [PATCH] update (c) date Signed-off-by: Sean Corfield --- test/honey/sql/pg_ops_test.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/honey/sql/pg_ops_test.cljc b/test/honey/sql/pg_ops_test.cljc index e030a80..2da66aa 100644 --- a/test/honey/sql/pg_ops_test.cljc +++ b/test/honey/sql/pg_ops_test.cljc @@ -1,4 +1,4 @@ -;; copyright (c) 2022 sean corfield, all rights reserved +;; copyright (c) 2022-2024 sean corfield, all rights reserved (ns honey.sql.pg-ops-test (:require [clojure.test :refer [deftest is testing]]