From 5924b37cb759d933420d392f693b1fc08e362b24 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 5 Jul 2021 02:24:57 -0500 Subject: [PATCH] WIP: Try to make ERT print whole struct This probably won't work, but I don't know what else to do... --- tests/test-org-ql-ert.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-org-ql-ert.el b/tests/test-org-ql-ert.el index f43ca95..e3d3d68 100644 --- a/tests/test-org-ql-ert.el +++ b/tests/test-org-ql-ert.el @@ -41,9 +41,9 @@ ;;;; Functions -(ert-deftest org-ql--normalize-query () - (let ((print-level nil) - (print-length nil)) +(let ((print-level nil) + (print-length nil)) + (ert-deftest org-ql--normalize-query () (should (equal (org-ql--normalize-query '(or (ts-active :on "2019-01-01") (ts-a :on "2019-01-01") (ts-inactive :on "2019-01-01")