Tests: Declare variable

This commit is contained in:
Adam Porter 2020-01-08 13:05:50 -06:00
parent 9d15f503ba
commit 16cb6cef52

View file

@ -35,6 +35,10 @@
(defvar org-ql-test-buffer nil
"Buffer used for running test queries.")
(defvar org-ql-test-num-headings nil
"Total number of headings in main test data buffer.
Set at runtime by test suite.")
;;;; Functions
(defun org-ql-test-insert-result ()