From 6c88c0ba3c302dae4470744dc16045e6227b3e77 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 4 Apr 2024 09:43:48 -0700 Subject: [PATCH] Revert "update (c) date" This reverts commit a5bdf4d13c86a8883e3d1eb3fa71e99dfcaa936e. --- 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 2da66aa..e030a80 100644 --- a/test/honey/sql/pg_ops_test.cljc +++ b/test/honey/sql/pg_ops_test.cljc @@ -1,4 +1,4 @@ -;; copyright (c) 2022-2024 sean corfield, all rights reserved +;; copyright (c) 2022 sean corfield, all rights reserved (ns honey.sql.pg-ops-test (:require [clojure.test :refer [deftest is testing]]