From 8f930df9cb820ae8ef76b709c3e45f431db6bbc9 Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Mon, 2 Sep 2019 23:47:54 +0200 Subject: [PATCH] Add missing require in test. --- org-pomodoro-tests.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-pomodoro-tests.el b/org-pomodoro-tests.el index 3ce73a3..640be4f 100644 --- a/org-pomodoro-tests.el +++ b/org-pomodoro-tests.el @@ -5,6 +5,8 @@ ;;; Code: +(require 'org-pomodoro) + (ert-deftest org-pomodoro-expires-when-last-clockin-too-old () "Test the return value is true when org-pomodoro-last-clock-in is too old." (let ((org-pomodoro-last-clock-in '(0 120 0 0))